C# Class Axiom.Core.Light.LightSpotlightInnerValue

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

Protected Properties

Property Type Description
light Light

Public Methods

Method Description
ApplyDeltaValue ( float val ) : void
LightSpotlightInnerValue ( Light light ) : System
SetCurrentStateAsBaseValue ( ) : void
SetValue ( float val ) : void

Method Details

ApplyDeltaValue() public method

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

LightSpotlightInnerValue() public method

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

SetCurrentStateAsBaseValue() public method

public SetCurrentStateAsBaseValue ( ) : void
return void

SetValue() public method

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

Property Details

light protected_oe property

protected Light,Axiom.Core light
return Light