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

SetCurrentStateAsBaseValue() public method

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