Property | Type | Description | |
---|---|---|---|
ApplyDelayedHeightmapModification | void | ||
CreateTerrainGameObject | |||
Flush | void | ||
GetClosestReflectionProbesInternal | void | ||
INTERNAL_CALL_AddTreeInstance | void | ||
INTERNAL_CALL_GetPosition | void | ||
INTERNAL_CALL_RemoveTrees | void | ||
INTERNAL_CALL_SampleHeight | float | ||
INTERNAL_get_legacySpecular | void | ||
INTERNAL_get_lightmapScaleOffset | void | ||
INTERNAL_get_realtimeLightmapScaleOffset | void | ||
INTERNAL_set_legacySpecular | void | ||
INTERNAL_set_lightmapScaleOffset | void | ||
INTERNAL_set_realtimeLightmapScaleOffset | void | ||
Internal_GetSplatMaterialPropertyBlock | void | ||
RemoveTrees | void | ||
SetNeighbors | void | ||
SetSplatMaterialPropertyBlock | void |
Method | Description | |
---|---|---|
AddTreeInstance ( |
Adds a tree instance to the terrain.
|
|
GetClosestReflectionProbes ( List |
||
GetPosition ( ) : Vector3 |
Get the position of the terrain.
|
|
GetSplatMaterialPropertyBlock ( |
Get the previously set splat material properties by copying to the dest MaterialPropertyBlock object.
|
|
SampleHeight ( Vector3 worldPosition ) : float |
Samples the height at the given position defined in world space, relative to the terrain space.
|
Method | Description | |
---|---|---|
ApplyDelayedHeightmapModification ( ) : void | ||
CreateTerrainGameObject ( |
||
Flush ( ) : void | ||
GetClosestReflectionProbesInternal ( object result ) : void | ||
INTERNAL_CALL_AddTreeInstance ( |
||
INTERNAL_CALL_GetPosition ( |
||
INTERNAL_CALL_RemoveTrees ( |
||
INTERNAL_CALL_SampleHeight ( |
||
INTERNAL_get_legacySpecular ( Color &value ) : void | ||
INTERNAL_get_lightmapScaleOffset ( Vector4 &value ) : void | ||
INTERNAL_get_realtimeLightmapScaleOffset ( Vector4 &value ) : void | ||
INTERNAL_set_legacySpecular ( Color &value ) : void | ||
INTERNAL_set_lightmapScaleOffset ( Vector4 &value ) : void | ||
INTERNAL_set_realtimeLightmapScaleOffset ( Vector4 &value ) : void | ||
Internal_GetSplatMaterialPropertyBlock ( |
||
RemoveTrees ( Vector2 position, float radius, int prototypeIndex ) : void | ||
SetNeighbors ( |
||
SetSplatMaterialPropertyBlock ( |
public AddTreeInstance ( |
||
instance | ||
return | void |
public GetClosestReflectionProbes ( List |
||
result | List |
|
return | void |
public GetSplatMaterialPropertyBlock ( |
||
dest | ||
return | void |
public SampleHeight ( Vector3 worldPosition ) : float | ||
worldPosition | Vector3 | |
return | float |