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

SetCurrentStateAsBaseValue() public method

public SetCurrentStateAsBaseValue ( ) : void
return void
			public override void SetCurrentStateAsBaseValue()
			{
				this.SetAsBaseValue( Utility.DegreesToRadians( this.light.SpotlightOuterAngle ) );
			}
		}