Property | Type | Description | |
---|---|---|---|
mDesc | string | ||
mName | string | ||
mParent |
Method | Description | |
---|---|---|
Generate ( Axiom.Components.Terrain.Terrain terrain ) : |
Generate / reuse a material for the terrain
|
|
GenerateForCompositeMap ( Axiom.Components.Terrain.Terrain terrain ) : |
Generate / reuse a material for the terrain
|
|
GetMaxLayers ( Axiom.Components.Terrain.Terrain terrain ) : byte |
Get's the number of layers supported
|
|
Profile ( Profile profile ) : System |
|
|
Profile ( |
|
|
RequestOption ( Axiom.Components.Terrain.Terrain terrain ) : void |
Request the options needed from the terrain
|
|
UpdateCompositeMap ( Axiom.Components.Terrain.Terrain terrain, |
Update the composite map for a terrain
|
|
UpdateParams ( |
Update params for a terrain
|
|
UpdateParamsForCompositeMap ( |
Update params for a terrain
|
public abstract Generate ( Axiom.Components.Terrain.Terrain terrain ) : |
||
terrain | Axiom.Components.Terrain.Terrain | |
return |
public abstract GenerateForCompositeMap ( Axiom.Components.Terrain.Terrain terrain ) : |
||
terrain | Axiom.Components.Terrain.Terrain | |
return |
public abstract GetMaxLayers ( Axiom.Components.Terrain.Terrain terrain ) : byte | ||
terrain | Axiom.Components.Terrain.Terrain | |
return | byte |
public Profile ( |
||
parent | ||
name | string | |
description | string | |
return | System |
public abstract RequestOption ( Axiom.Components.Terrain.Terrain terrain ) : void | ||
terrain | Axiom.Components.Terrain.Terrain | |
return | void |
public UpdateCompositeMap ( Axiom.Components.Terrain.Terrain terrain, |
||
terrain | Axiom.Components.Terrain.Terrain | |
rect | ||
return | void |
public abstract UpdateParams ( |
||
mat | ||
terrain | Axiom.Components.Terrain.Terrain | |
return | void |
public abstract UpdateParamsForCompositeMap ( |
||
mat | ||
terrain | Axiom.Components.Terrain.Terrain | |
return | void |