Property | Type | Description | |
---|---|---|---|
body |
Method | Description | |
---|---|---|
FSGenericBody ( ) : FarseerPhysics.Dynamics | ||
FSGenericBody ( |
creates with a preexisting Body. Be aware that the Transform.position will be updated to match the Body.position.
|
|
IUpdatable ( ) : void | ||
initialize ( ) : void | ||
onEntityTransformChanged ( Transform comp ) : void | ||
onRemovedFromEntity ( ) : void | ||
setBodyType ( BodyType bodyType ) : |
public FSGenericBody ( ) : FarseerPhysics.Dynamics | ||
return | FarseerPhysics.Dynamics |
public FSGenericBody ( |
||
body | Body. | |
return | FarseerPhysics.Dynamics |
public onEntityTransformChanged ( Transform comp ) : void | ||
comp | Transform | |
return | void |
public setBodyType ( BodyType bodyType ) : |
||
bodyType | BodyType | |
return |