Class in Zendir.Universe
| Inherits from UniverseEvent
Declaration
class UniverseBehaviour;
Description
Represents the base class for an non-physical behaviour in the simulation.
Properties
Declared | Description |
---|---|
Parent | The currently attached parent object (if any). |
Inherited | Description |
---|---|
IsEnabled | Is true if the object is currently enabled. |
Name | The display name or tag of this object. |
Methods
Declared | Description |
---|---|
FindParentWithID | Returns an attached parent that satisfies the specified ID. |
FindParentWithType | Returns an attached parent that satisfies the specified type. |
FindRootWithID | Returns a root object that satisfies the specified ID. |
FindRootWithType | Returns a root object that satisfies the specified type. |
Inherited | Description |
---|---|
Destroy | Removes the current object from the simulation. |