PointClickEngine::Core::GameConfig::WindowConfig
Inherits YAML::Serializable < Reference < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
fullscreen
Sourcefullscreen=(fullscreen : Bool)
Sourceheight
Sourceheight=(height : Int32)
Sourcetarget_fps
Sourcetarget_fps=(target_fps : Int32)
Sourcewidth
Sourcewidth=(width : Int32)
Source