Axiom.Components.Terrain.TerrainMaterialGenerator.Profile.RequestOption C# (CSharp) Method

RequestOption() public abstract method

Request the options needed from the terrain
public abstract RequestOption ( Axiom.Components.Terrain.Terrain terrain ) : void
terrain Axiom.Components.Terrain.Terrain
return void
            public abstract void RequestOption(Terrain terrain);
            #endregion