Class in Zendir.Universe | Inherits from UniverseEvent

Declaration

class UniverseBehaviour;

Description

Represents the base class for an non-physical behaviour in the simulation.


Properties

DeclaredDescription
ParentThe currently attached parent object (if any).
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.

Methods

DeclaredDescription
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.
InheritedDescription
DestroyRemoves the current object from the simulation.