Method | Description | |
---|---|---|
HeightTerrainComponent ( PlanarTerrain terrain ) : System | ||
HeightTerrainComponent ( PlanarTerrain terrain, System.Text.Format format ) : System | ||
OnBlockAdded ( PlanarTerrainBlock block ) : void | ||
SetTexture ( PlanarTerrainBlock block, Texture2D value ) : void |
public HeightTerrainComponent ( PlanarTerrain terrain ) : System | ||
terrain | PlanarTerrain | |
return | System |
public HeightTerrainComponent ( PlanarTerrain terrain, System.Text.Format format ) : System | ||
terrain | PlanarTerrain | |
format | System.Text.Format | |
return | System |
public OnBlockAdded ( PlanarTerrainBlock block ) : void | ||
block | PlanarTerrainBlock | |
return | void |
public SetTexture ( PlanarTerrainBlock block, Texture2D value ) : void | ||
block | PlanarTerrainBlock | |
value | Texture2D | |
return | void |