Axiom.Core.Light.LightSpecularColorValue.SetCurrentStateAsBaseValue C# (CSharp) Method

SetCurrentStateAsBaseValue() public method

public SetCurrentStateAsBaseValue ( ) : void
return void
			public override void SetCurrentStateAsBaseValue()
			{
				this.SetAsBaseValue( this.light.Specular );
			}
		}