Метод | Описание | |
---|---|---|
ConvexCast ( ConvexShapes castShape, |
Casts a convex shape against the collidable.
|
|
ConvexCast ( ConvexShapes castShape, |
Casts a convex shape against the collidable.
|
|
RayCast ( BEPUutilities.Ray ray, float maximumLength, bool>.Func |
Tests a ray against the collidable.
|
|
RayCast ( BEPUutilities.Ray ray, float maximumLength, RayCastResult &result ) : bool |
Tests a ray against the collidable.
|
|
StaticGroupShape ( IList |
Constructs a new StaticGroupShape.
|
public ConvexCast ( ConvexShapes castShape, |
||
castShape | ConvexShapes | 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. |
result | RayCastResult | Hit data, if any. |
Результат | bool |
public ConvexCast ( ConvexShapes castShape, |
||
castShape | ConvexShapes | Shape to cast. |
startingTransform | Initial transform of the shape. | |
sweep | System.Vector3 | Sweep to apply to the shape. |
result | RayCastResult | Hit data, if any. |
Результат | 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. |
result | RayCastResult | Hit data, if any. |
Результат | bool |
public RayCast ( BEPUutilities.Ray ray, float maximumLength, RayCastResult &result ) : bool | ||
ray | BEPUutilities.Ray | Ray to test. |
maximumLength | float | Maximum length, in units of the ray's direction's length, to test. |
result | RayCastResult | Hit data, if any. |
Результат | bool |
public StaticGroupShape ( IList |
||
collidables | IList |
List of collidables in the StaticGroup. |
owner | StaticGroup directly associated with this shape. | |
Результат | System |