Property | Type | Description | |
---|---|---|---|
events | ContactEventManager |
Method | Description | |
---|---|---|
ConvexCast ( |
Casts a convex shape against the collidable.
|
|
ConvexCast ( |
Casts a convex shape against the collidable.
|
|
RayCast ( BEPUutilities.Ray ray, float maximumLength, bool>.Func |
Tests a ray against the entry.
|
|
RayCast ( BEPUutilities.Ray ray, float maximumLength, |
Tests a ray against the entry.
|
|
StaticGroup ( IList |
Constructs a new static mesh.
|
|
UpdateBoundingBox ( ) : void |
Updates the bounding box to the current state of the entry.
|
public ConvexCast ( |
||
castShape | Shape to cast. | |
startingTransform | Initial transform of the shape. | |
sweep | System.Vector3 | Sweep to apply to the shape. |
filter | bool>.Func | Test to apply to the entry. If it returns true, the entry is processed, otherwise the entry is ignored. If a collidable hierarchy is present /// in the entry, this filter will be passed into inner ray casts. |
hit | Hit data, if any. | |
return | bool |
public ConvexCast ( |
||
castShape | Shape to cast. | |
startingTransform | Initial transform of the shape. | |
sweep | System.Vector3 | Sweep to apply to the shape. |
hit | Hit data, if any. | |
return | bool |
public RayCast ( BEPUutilities.Ray ray, float maximumLength, bool>.Func |
||
ray | BEPUutilities.Ray | Ray to test. |
maximumLength | float | Maximum length, in units of the ray's direction's length, to test. |
filter | bool>.Func | Test to apply to the entry. If it returns true, the entry is processed, otherwise the entry is ignored. If a collidable hierarchy is present /// in the entry, this filter will be passed into inner ray casts. |
rayHit | Hit location of the ray on the entry, if any. | |
return | bool |
public RayCast ( BEPUutilities.Ray ray, float maximumLength, |
||
ray | BEPUutilities.Ray | Ray to test. |
maximumLength | float | Maximum length, in units of the ray's direction's length, to test. |
rayHit | Hit location of the ray on the entry, if any. | |
return | bool |
public StaticGroup ( IList |
||
collidables | IList |
List of collidables in the static group. |
return | System |