C# Class Axiom.Core.Light.LightAttenuationLinearValue

Inheritance: Axiom.Animating.AnimableValue
Afficher le fichier Open project: mono-soc-2011/axiom

Protected Properties

Свойство Type Description
light Light

Méthodes publiques

Méthode Description
ApplyDeltaValue ( float val ) : void
LightAttenuationLinearValue ( Light light ) : System
SetCurrentStateAsBaseValue ( ) : void
SetValue ( float val ) : void

Method Details

ApplyDeltaValue() public méthode

public ApplyDeltaValue ( float val ) : void
val float
Résultat void

LightAttenuationLinearValue() public méthode

public LightAttenuationLinearValue ( Light light ) : System
light Light
Résultat System

SetCurrentStateAsBaseValue() public méthode

public SetCurrentStateAsBaseValue ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( float val ) : void
val float
Résultat void

Property Details

light protected_oe property

protected Light,Axiom.Core light
Résultat Light