|
|
delegate void | PlayerDied () |
| |
|
| PlayerController (string mapFloorCollisionLayer="mapFloor") |
| |
| override void | SetEnabled (bool state) |
| |
|
int | CompareTo (Behaviour? other) |
| |
|
delegate void | EnabledChanged (bool state) |
| |
|
bool | HasTag (string tag) |
| |
|
| override void | OnAwake () |
| |
| override void | OnStart () |
| |
| override void | OnUpdate (GameTime gameTime) |
| |
|
virtual void | OnFixedUpdate (GameTime gameTime) |
| |
|
virtual void | OnDestroy () |
| |
|
|
PlayerDied? | PlayerDiedEvent |
| |
|
EnabledChanged? | EnabledChangedEvent |
| |
|
|
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] |
| |
◆ OnAwake()
| override void GameDemo1.Scripts.PlayerController.OnAwake |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ OnStart()
| override void GameDemo1.Scripts.PlayerController.OnStart |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ OnUpdate()
| override void GameDemo1.Scripts.PlayerController.OnUpdate |
( |
GameTime |
gameTime | ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file:
- GameDemo1/Scripts/PlayerController.cs