Table of Contents

Class HeightfieldColliderShape

Namespace
Stride.Physics.Shapes
Assembly
Stride.Physics.dll
[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 int
heightStickLength int
dynamicFieldData UnmanagedArray<byte>
heightScale float
minHeight float
maxHeight float
flipQuadEdges 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 int
heightStickLength int
dynamicFieldData UnmanagedArray<short>
heightScale float
minHeight float
maxHeight float
flipQuadEdges 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)

Parameters

heightStickWidth int
heightStickLength int
dynamicFieldData UnmanagedArray<float>
heightScale float
minHeight float
maxHeight float
flipQuadEdges bool