C# Class Axiom.Core.Light.LightAttenuationValue

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 ( Vector4 val ) : void
LightAttenuationValue ( Light light ) : System
SetCurrentStateAsBaseValue ( ) : void
SetValue ( Vector4 val ) : void

Method Details

ApplyDeltaValue() public méthode

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

LightAttenuationValue() public méthode

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

SetCurrentStateAsBaseValue() public méthode

public SetCurrentStateAsBaseValue ( ) : void
Résultat void

SetValue() public méthode

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

Property Details

light protected_oe property

protected Light,Axiom.Core light
Résultat Light