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

RequestOption() public method

Triggers the generator to request the options that it needs.
public RequestOption ( Axiom.Components.Terrain.Terrain terrain ) : void
terrain Axiom.Components.Terrain.Terrain
return void
        public virtual void RequestOption(Terrain terrain)
        {
            Profile p = ActiveProfile;
            if (p != null)
                p.RequestOption(terrain);
        }
        /// <summary>