Class HeightfieldColliderShape
[Obsolete("This class will be deprecated. Use 'Stride.Physics.HeightfieldColliderShape'.", false)]
public class HeightfieldColliderShape : HeightfieldColliderShape, IDisposable
- Inheritance
-
HeightfieldColliderShape
- Implements
- Inherited Members
- Extension Methods
Constructors
HeightfieldColliderShape(int, int, UnmanagedArray<byte>, float, float, float, bool)
public HeightfieldColliderShape(int heightStickWidth, int heightStickLength, UnmanagedArray<byte> dynamicFieldData, float heightScale, float minHeight, float maxHeight, bool flipQuadEdges)
Parameters
heightStickWidth
intheightStickLength
intdynamicFieldData
UnmanagedArray<byte>heightScale
floatminHeight
floatmaxHeight
floatflipQuadEdges
bool
HeightfieldColliderShape(int, int, UnmanagedArray<short>, float, float, float, bool)
public HeightfieldColliderShape(int heightStickWidth, int heightStickLength, UnmanagedArray<short> dynamicFieldData, float heightScale, float minHeight, float maxHeight, bool flipQuadEdges)
Parameters
heightStickWidth
intheightStickLength
intdynamicFieldData
UnmanagedArray<short>heightScale
floatminHeight
floatmaxHeight
floatflipQuadEdges
bool
HeightfieldColliderShape(int, int, UnmanagedArray<float>, float, float, float, bool)
public HeightfieldColliderShape(int heightStickWidth, int heightStickLength, UnmanagedArray<float> dynamicFieldData, float heightScale, float minHeight, float maxHeight, bool flipQuadEdges)