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

SetValue() public method

public SetValue ( Vector4 val ) : void
val Vector4
return void
			public override void SetValue( Vector4 val )
			{
				this.light.SetAttenuation( val.x, val.y, val.z, val.w );
			}