Method | Description | |
---|---|---|
GetWaterLevel ( |
Returns water level at the given position in simulation grid space.
|
|
GetWaterLevel ( float x, float z ) : float |
Returns water level at the given position in simulation grid space.
|
|
GetWaterLevel ( float x, float y, float z ) : float |
Returns water level at the given position in simulation grid space.
|
Method | Description | |
---|---|---|
OnTriggerEnter ( |
||
OnTriggerExit ( |
public GetWaterLevel ( |
||
position | /// The position at which to query the water level. /// | |
return | float |
public GetWaterLevel ( float x, float z ) : float | ||
x | float | /// The x coordinate. /// |
z | float | /// The z coordinate. /// |
return | float |
public GetWaterLevel ( float x, float y, float z ) : float | ||
x | float | /// The x coordinate. /// |
y | float | /// The y coordinate. /// |
z | float | /// The z coordinate. /// |
return | float |