class

PointClickEngine::Core::GameConfig::WindowConfig

Inherits YAML::Serializable < Reference < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

fullscreen
Source
fullscreen=(fullscreen : Bool)
Source
height
Source
height=(height : Int32)
Source
target_fps
Source
target_fps=(target_fps : Int32)
Source
width
Source
width=(width : Int32)
Source