Static
Readonly
baserefers back to this class from any subclass e.g. in order to find compatible other resources
Static
Readonly
iStatic
Readonly
subclasseslist of all the subclasses derived from this class, if they registered properly
Is true, when only one instance of the component class can be attached to a node
Retrieves the node, this component is currently attached to
Retrieves the type of this mutable subclass as the name of the runtime class
The type of the mutable
Optional
drawOptional
drawSee drawGizmos. Only displayed while the corresponding node is selected.
Optional
_cmpCamera: ComponentCameraCollect applicable attributes of the instance and copies of their values in a Mutator-object. By default, a mutator cannot be extended, since extensions are not available in the object the mutator belongs to. A mutator may be reduced by the descendants of Mutable to contain only the properties needed.
Optional
_extendable: booleanReturns an associative array with the same attributes as the given mutator, but with the corresponding types as string-values. Does not recurse into objects! This will return the decorated Metadata meta-type instead of the runtime-type of the object, if available.
Collect the attributes of the instance and their values applicable for animation. Basic functionality is identical to getMutator, returned mutator should then be reduced by the subclassed instance
Optional
_extendable: booleanCollect the attributes of the instance and their values applicable for the user interface. Basic functionality is identical to getMutator, returned mutator should then be reduced by the subclassed instance
Optional
_extendable: booleanStatic
get
Core functionality of the state machine, holding solely the current state and, while in transition, the next state, the instructions for the machine and comfort methods to transit and act.