class
AmberCLI::Native::CapabilityManifest::WindowSpec
- AmberCLI::Native::CapabilityManifest::WindowSpec
- Reference
- Object
Included Modules
- YAML::Serializable
- YAML::Serializable::Strict
Defined in:
amber_cli/native/capability_manifest.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(identifier : String = "main", title : String = "Main", default_size : Array(Int32) = [1200, 820] of Int32)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Instance Method Summary
- #default_size : Array(Int32)
- #default_size=(default_size : Array(Int32))
- #identifier : String
- #identifier=(identifier : String)
- #title : String
- #title=(title : String)
- #validate! : self
Constructor Detail
def self.new(identifier : String = "main", title : String = "Main", default_size : Array(Int32) = [1200, 820] of Int32)
#
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
#