Axiom.Core.Light.LightSpecularColorValue.SetCurrentStateAsBaseValue C# (CSharp) Méthode

SetCurrentStateAsBaseValue() public méthode

public SetCurrentStateAsBaseValue ( ) : void
Résultat void
			public override void SetCurrentStateAsBaseValue()
			{
				this.SetAsBaseValue( this.light.Specular );
			}
		}