Method | Description | |
---|---|---|
AddAngularForce ( Vector3 force, bool pushforce ) : void | ||
AddCollisionEvent ( uint collidedWith, |
||
AddForce ( Vector3 force, bool pushforce ) : void | ||
CrossingFailure ( ) : void | ||
SendCollisions ( ) : bool | ||
SubscribeEvents ( int ms ) : void | ||
SubscribedEvents ( ) : bool | ||
UnSubscribeEvents ( ) : void |
public AddAngularForce ( Vector3 force, bool pushforce ) : void | ||
force | Vector3 | |
pushforce | bool | |
return | void |
public AddCollisionEvent ( uint collidedWith, |
||
collidedWith | uint | |
contact | ||
return | void |
public AddForce ( Vector3 force, bool pushforce ) : void | ||
force | Vector3 | |
pushforce | bool | |
return | void |