Axiom.Core.Light.LightSpotlightInnerValue.SetValue C# (CSharp) Method

SetValue() public method

public SetValue ( float val ) : void
val float
return void
			public override void SetValue( float val )
			{
				this.light.SpotlightInnerAngle = Utility.RadiansToDegrees( (Real)val );
			}