Свойство | Type | Description | |
---|---|---|---|
P |
Méthode | Description | |
---|---|---|
CircleShape ( ) : System.Diagnostics |
this is used internally, instead use {@link Body#createShape(ShapeDef)} with a {@link CircleDef}
|
|
Clone ( ) : |
||
ComputeAABB ( AABB aabb, |
||
ComputeMass ( |
||
GetSupport ( |
Get the supporting vertex index in the given direction.
|
|
GetSupportVertex ( |
Get the supporting vertex in the given direction.
|
|
GetVertex ( int index ) : |
Get a vertex by index.
|
|
Raycast ( RayCastOutput output, RayCastInput input, |
||
TestPoint ( |
public CircleShape ( ) : System.Diagnostics | ||
Résultat | System.Diagnostics |
public ComputeAABB ( AABB aabb, |
||
aabb | AABB | |
transform | ||
childIndex | int | |
Résultat | void |
public ComputeMass ( |
||
massData | ||
density | float | |
Résultat | void |
public GetSupportVertex ( |
||
d | ||
Résultat |
public GetVertex ( int index ) : |
||
index | int | |
Résultat |
public Raycast ( RayCastOutput output, RayCastInput input, |
||
output | RayCastOutput | |
input | RayCastInput | |
transform | ||
childIndex | int | |
Résultat | bool |
public TestPoint ( |
||
transform | ||
p | ||
Résultat | bool |