Axiom.Components.Terrain.TerrainMaterialGenerator.UpdateParamsForCompositeMap C# (CSharp) 메소드

UpdateParamsForCompositeMap() 공개 메소드

Update parameters for the given terrain using the active profile.
public UpdateParamsForCompositeMap ( Material mat, Axiom.Components.Terrain.Terrain terrain ) : void
mat Axiom.Graphics.Material
terrain Axiom.Components.Terrain.Terrain
리턴 void
        public virtual void UpdateParamsForCompositeMap(Material mat, Terrain terrain)
        {
            Profile p = ActiveProfile;
            if (p != null)
                p.UpdateParamsForCompositeMap(mat, terrain);
        }
        /// <summary>