Property | Type | Description | |
---|---|---|---|
AfterCollision | AfterCollisionEventHandler | ||
BeforeCollision | BeforeCollisionEventHandler | ||
OnCollision | OnCollisionEventHandler | ||
OnSeparation | OnSeparationEventHandler | ||
Proxies | Project290.Physics.Dynamics.FixtureProxy[] | ||
ProxyCount | int |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Fixture ( |
||
Fixture ( |
||
GetAABB ( |
Get the fixture's AABB. This AABB may be enlarge and/or stale. If you need a more accurate AABB, compute it using the Shape and the body transform.
|
|
GetMassData ( ) : |
Get the mass data for this fixture. The mass data is based on the density and the Shape. The rotational inertia is about the Shape's origin.
|
|
RayCast ( |
Cast a ray against this Shape.
|
|
TestPoint ( Vector2 &point ) : bool |
Test a point for containment in this fixture.
|
Method | Description | |
---|---|---|
CreateProxies ( BroadPhase broadPhase, Transform &xf ) : void | ||
Destroy ( ) : void | ||
DestroyProxies ( BroadPhase broadPhase ) : void | ||
Synchronize ( BroadPhase broadPhase, Transform &transform1, Transform &transform2 ) : void |
public Fixture ( |
||
body | ||
shape | ||
return | System |
public Fixture ( |
||
body | ||
shape | ||
userData | Object | |
return | System |
public GetAABB ( |
||
aabb | The aabb. | |
childIndex | int | Index of the child. |
return | void |
public GetMassData ( ) : |
||
return |
public RayCast ( |
||
output | The ray-cast results. | |
input | The ray-cast input parameters. | |
childIndex | int | Index of the child. |
return | bool |
public TestPoint ( Vector2 &point ) : bool | ||
point | Vector2 | A point in world coordinates. |
return | bool |
public AfterCollisionEventHandler AfterCollision | ||
return | AfterCollisionEventHandler |
public BeforeCollisionEventHandler BeforeCollision | ||
return | BeforeCollisionEventHandler |
public OnCollisionEventHandler OnCollision | ||
return | OnCollisionEventHandler |
public OnSeparationEventHandler OnSeparation | ||
return | OnSeparationEventHandler |
public FixtureProxy[],Project290.Physics.Dynamics Proxies | ||
return | Project290.Physics.Dynamics.FixtureProxy[] |