Click or drag to resize
DigitalRuneHeightField Properties

The HeightField type exposes the following members.

Properties
  NameDescription
Public propertyArray Obsolete.
Gets or sets the height field.
Public propertyDepth
Gets or sets the depth of the height field.
Public propertyInnerPoint
Gets an inner point.
(Overrides ShapeInnerPoint.)
Public propertyNumberOfSamplesX
Gets the number of samples per row (= along the x-axis).
Public propertyNumberOfSamplesZ
Gets the number of samples per column (= along the z-axis).
Public propertyOriginX
Gets or sets height field origin along the x-axis.
Public propertyOriginZ
Gets or sets height field origin along the z-axis.
Public propertySamples
Gets the height field.
Public propertyUseFastCollisionApproximation
Gets or sets a value indicating whether the collision detection should use a fast, less accurate method.
Public propertyWidthX
Gets or sets the width along the local x-axis.
Public propertyWidthZ
Gets or sets the width along the local z-axis.
Top
See Also