|
Toolbox 0.0.1
Ritchie's accessible game engine'
|
Represents an object within the game world. More...
Public Member Functions | |
| Thing (Scene scene) | |
| Thing (Thing parent) | |
| void | Destroy () |
| IEnumerable< Part > | GetParts () |
| IEnumerable< T > | GetParts< T > () |
| T? | GetPart< T > () |
| void | Destroy (Part part) |
| void | RemovePart (Part part) |
| T | AddPart< T > () |
| void | AddPart (Part part) |
Properties | |
| Identifier | Id [get] |
| string | Name = "Thing" [get, set] |
| Transform | Transform [get] |
| bool | Enabled [get, set] |
Represents an object within the game world.
|
inline |
| T | : | Part | |
| T | : | new() |
|
inline |
| T | : | Part |
|
inline |
| T | : | Part |