Class in Zendir.Universe
| Inherits from UniverseEvent
Declaration
class UniverseModel;
Description
Represents the base class for any feature or error model in a simulation object.
Properties
Declared | Description |
---|---|
Parent | The currently attached parent object. |
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. |