Axiom.Core.Light.LightSpotlightFalloffValue.ApplyDeltaValue C# (CSharp) Method

ApplyDeltaValue() public method

public ApplyDeltaValue ( float val ) : void
val float
return void
			public override void ApplyDeltaValue( float val )
			{
				this.SetValue( this.light.SpotlightFalloff + val );
			}