Represents the position relative to the terrain.
Properties:
Name | Type | Description |
---|---|---|
NONE |
Number | The position is absolute. |
CLAMP_TO_GROUND |
Number | The position is clamped to the terrain. |
RELATIVE_TO_GROUND |
Number | The position height is the height above the terrain. |
Members
The position is clamped to the terrain.
-
Default Value:
1
The position is absolute.
The position height is the height above the terrain.
-
Default Value:
2