Свойство | Тип | Описание | |
---|---|---|---|
OnCollision | CollisionEventHandler | ||
OnSeparation | SeparationEventHandler | ||
PostSolve | Action |
||
Proxies | FarseerPhysics.Dynamics.FixtureProxy[] | ||
ProxyCount | int |
Метод | Описание | |
---|---|---|
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.
|
|
IgnoreCollisionWith ( |
Ignores collisions between this fixture and the provided fixture.
|
|
IsFixtureIgnored ( |
Determines whether collisions are ignored between this fixture and the provided fixture.
|
|
RayCast ( |
Cast a ray against this Shape.
|
|
RestoreCollisionWith ( |
Restores collisions between this fixture and the provided fixture.
|
|
TestPoint ( System.Vector2 &point ) : bool |
Test a point for containment in this fixture.
|
Метод | Описание | |
---|---|---|
CreateProxies ( BroadPhase broadPhase, Transform &xf ) : void | ||
Destroy ( ) : void | ||
DestroyProxies ( BroadPhase broadPhase ) : void | ||
FilterChanged ( ) : void | ||
Fixture ( |
||
Synchronize ( BroadPhase broadPhase, Transform &transform1, Transform &transform2 ) : void |
public GetAABB ( |
||
aabb | The aabb. | |
childIndex | int | Index of the child. |
Результат | void |
public GetMassData ( |
||
massData | The mass data. | |
Результат | void |
public IgnoreCollisionWith ( |
||
fixture | The fixture. | |
Результат | void |
public IsFixtureIgnored ( |
||
fixture | The fixture. | |
Результат | bool |
public RayCast ( |
||
output | The ray-cast results. | |
input | The ray-cast input parameters. | |
childIndex | int | Index of the child. |
Результат | bool |
public RestoreCollisionWith ( |
||
fixture | The fixture. | |
Результат | void |
public TestPoint ( System.Vector2 &point ) : bool | ||
point | System.Vector2 | A point in world coordinates. |
Результат | bool |
public CollisionEventHandler OnCollision | ||
Результат | CollisionEventHandler |
public SeparationEventHandler OnSeparation | ||
Результат | SeparationEventHandler |
public FixtureProxy[],FarseerPhysics.Dynamics Proxies | ||
Результат | FarseerPhysics.Dynamics.FixtureProxy[] |