Property | Type | Description | |
---|---|---|---|
HasVertex0 | bool | ||
HasVertex3 | bool | ||
Vertex0 | |||
Vertex1 | |||
Vertex2 | |||
Vertex3 |
Method | Description | |
---|---|---|
Clone ( ) : |
||
ComputeAABB ( AABB aabb, |
||
ComputeMass ( |
||
EdgeShape ( ) : Box2D.Common | ||
Raycast ( RayCastOutput output, RayCastInput input, |
||
Set ( |
||
TestPoint ( |
public ComputeAABB ( AABB aabb, |
||
aabb | AABB | |
xf | ||
childIndex | int | |
return | void |
public ComputeMass ( |
||
massData | ||
density | float | |
return | void |
public Raycast ( RayCastOutput output, RayCastInput input, |
||
output | RayCastOutput | |
input | RayCastInput | |
xf | ||
childIndex | int | |
return | bool |
public Set ( |
||
v1 | ||
v2 | ||
return | void |
public TestPoint ( |
||
xf | ||
p | ||
return | bool |