Свойство | Type | Description | |
---|---|---|---|
_bodyCount | int | ||
_bodyList |
Méthode | Description | |
---|---|---|
AddBody ( Body body ) : void |
Adds a body to the controller list.
|
|
Controller ( ) : System | ||
Controller ( World world ) : System | ||
Dispose ( ) : void | ||
Draw ( DebugDraw debugDraw ) : void |
Controllers override this to provide debug drawing.
|
|
RemoveBody ( Body body ) : void |
Removes a body from the controller list.
|
|
Step ( TimeStep step ) : void |
Controllers override this to implement per-step functionality.
|
Méthode | Description | |
---|---|---|
GetBodyList ( ) : |
Get the attached body list
|
|
GetNext ( ) : |
Get the next body in the world's body list.
|
|
GetWorld ( ) : World |
Get the parent world of this body.
|
public abstract Step ( TimeStep step ) : void | ||
step | TimeStep | |
Résultat | void |