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

SetCurrentStateAsBaseValue() public method

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