| HeightField Properties |
The HeightField type exposes the following members.
| Name | Description | |
|---|---|---|
| Array | Obsolete.
Gets or sets the height field.
| |
| Depth |
Gets or sets the depth of the height field.
| |
| InnerPoint |
Gets an inner point.
(Overrides ShapeInnerPoint.) | |
| NumberOfSamplesX |
Gets the number of samples per row (= along the x-axis).
| |
| NumberOfSamplesZ |
Gets the number of samples per column (= along the z-axis).
| |
| OriginX |
Gets or sets height field origin along the x-axis.
| |
| OriginZ |
Gets or sets height field origin along the z-axis.
| |
| Samples |
Gets the height field.
| |
| UseFastCollisionApproximation |
Gets or sets a value indicating whether the collision detection should use a fast, less
accurate method.
| |
| WidthX |
Gets or sets the width along the local x-axis.
| |
| WidthZ |
Gets or sets the width along the local z-axis.
|