PointClickEngine::Scenes::HotspotState
Inherits YAML::Serializable < Reference < Object
Hotspot state information
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(description : String = "", active : Bool = true)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
active
Sourceactive=(active : Bool)
Sourcedescription
Sourcedescription=(description : String)
Sourceobject_type
Sourceobject_type=(object_type : UI::ObjectType | Nil)
Sourceverb
Sourceverb=(verb : UI::VerbType | Nil)
Source