Свойство | Type | Description | |
---|---|---|---|
BuildPhysicalTerrain | |||
DetailLog | void | ||
UpdateTerrain | void |
Méthode | Description | |
---|---|---|
BSTerrainManager ( |
||
ClampPositionIntoKnownTerrain ( System.Vector3 pPos ) : System.Vector3 | ||
CreateInitialGroundPlaneAndTerrain ( ) : void | ||
Dispose ( ) : void | ||
GetTerrainHeightAtXYZ ( System.Vector3 pos ) : float | ||
GetWaterLevelAtXYZ ( System.Vector3 pos ) : float | ||
IsWithinKnownTerrain ( System.Vector3 pos ) : bool | ||
ReleaseGroundPlaneAndTerrain ( ) : void | ||
ReleaseTerrain ( ) : void | ||
SetTerrain ( float heightMap ) : void |
Méthode | Description | |
---|---|---|
BuildPhysicalTerrain ( uint id, float heightMap ) : |
||
DetailLog ( string msg ) : void | ||
UpdateTerrain ( uint id, float heightMap ) : void |
public BSTerrainManager ( |
||
physicsScene | ||
Résultat | System |
public ClampPositionIntoKnownTerrain ( System.Vector3 pPos ) : System.Vector3 | ||
pPos | System.Vector3 | |
Résultat | System.Vector3 |
public CreateInitialGroundPlaneAndTerrain ( ) : void | ||
Résultat | void |
public GetTerrainHeightAtXYZ ( System.Vector3 pos ) : float | ||
pos | System.Vector3 | |
Résultat | float |
public GetWaterLevelAtXYZ ( System.Vector3 pos ) : float | ||
pos | System.Vector3 | |
Résultat | float |
public IsWithinKnownTerrain ( System.Vector3 pos ) : bool | ||
pos | System.Vector3 | |
Résultat | bool |
public ReleaseGroundPlaneAndTerrain ( ) : void | ||
Résultat | void |
public SetTerrain ( float heightMap ) : void | ||
heightMap | float | |
Résultat | void |