Represents a unit of logic within the scene graph.
More...
|
override void | SetEnabled (bool state) |
|
int | CompareTo (Behaviour? other) |
|
delegate void | EnabledChanged (bool state) |
|
bool | HasTag (string tag) |
|
|
virtual void | OnAwake () |
|
virtual void | OnStart () |
|
virtual void | OnUpdate (GameTime gameTime) |
|
virtual void | OnFixedUpdate (GameTime gameTime) |
|
virtual void | OnDestroy () |
|
|
readonly uint | InstanceID |
|
readonly HashSet< string > | Tags = new() |
|
|
Game | Game [get, set] |
|
Node? | Node [get, set] |
|
bool | Enabled = true [get] |
|
string | Name = "Generic Object" [get, protected set] |
|
|
EnabledChanged? | EnabledChangedEvent |
|
Represents a unit of logic within the scene graph.
◆ SetEnabled()
override void GREngine.Core.System.Behaviour.SetEnabled |
( |
bool |
state | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- GREngine.Core/GREngine.Core.System/SceneGraph/Behaviour.cs