C# Class Axiom.Core.Light.LightAttenuationValue

Inheritance: Axiom.Animating.AnimableValue
Datei anzeigen Open project: mono-soc-2011/axiom

Protected Properties

Property Type Description
light Light

Public Methods

Method Description
ApplyDeltaValue ( Vector4 val ) : void
LightAttenuationValue ( Light light ) : System
SetCurrentStateAsBaseValue ( ) : void
SetValue ( Vector4 val ) : void

Method Details

ApplyDeltaValue() public method

public ApplyDeltaValue ( Vector4 val ) : void
val Vector4
return void

LightAttenuationValue() public method

public LightAttenuationValue ( Light light ) : System
light Light
return System

SetCurrentStateAsBaseValue() public method

public SetCurrentStateAsBaseValue ( ) : void
return void

SetValue() public method

public SetValue ( Vector4 val ) : void
val Vector4
return void

Property Details

light protected_oe property

protected Light,Axiom.Core light
return Light