|  | 
| LightAnimation Class | 
 Inheritance Hierarchy
Inheritance Hierarchy Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxpublic class LightAnimation : LightTargetsAnimation
The LightAnimation type exposes the following members.
 Properties
Properties|  | Name | Description | 
|---|
|  | ColorInterpolationMode | When true than an existing transformation on SceneNode will be animated (by default).
            When false, then each start of animation will add a new StandardTransformation object to the SceneNode's Transform. | 
Top Methods
Methods|  | Name | Description | 
|---|
|  | AddKeyframe(LightAnimatedProperties, Single, Color3, FuncSingle, Single) |  | 
|  | AddKeyframe(LightAnimatedProperties, Single, Vector3, FuncSingle, Single) |  | 
|  | AddKeyframe(LightAnimatedProperties, Single, Single, FuncSingle, Single) |  | 
|  | GetAnimatedPropertyName | (Overrides AnimationTGetAnimatedPropertyName(Int32))
 | 
|  | OnInitialize | (Overrides AnimationTOnInitialize)
 | 
|  | Set(LightAnimatedProperties, Color3, NullableSingle, NullableSingle, FuncSingle, Single) |  | 
|  | Set(LightAnimatedProperties, FuncILight, Int32, Int32, Color3, NullableSingle, NullableSingle, FuncSingle, Single) |  | 
|  | Set(LightAnimatedProperties, FuncILight, Int32, Int32, Vector3, NullableSingle, NullableSingle, FuncSingle, Single) |  | 
|  | Set(LightAnimatedProperties, FuncILight, Int32, Int32, Single, NullableSingle, NullableSingle, FuncSingle, Single) |  | 
|  | Set(LightAnimatedProperties, Vector3, NullableSingle, NullableSingle, FuncSingle, Single) |  | 
|  | Set(LightAnimatedProperties, Single, NullableSingle, NullableSingle, FuncSingle, Single) |  | 
|  | SetEasingFunctionToAllKeyframes(FuncSingle, Single) | (Overrides AnimationTSetEasingFunctionToAllKeyframes(FuncSingle, Single))
 | 
|  | SetEasingFunctionToAllKeyframes(LightAnimatedProperties, FuncSingle, Single) | Set the specified easing function to all key-frames belonging to the specified animated property type. | 
|  | SetInitialValue(LightAnimatedProperties, Color3) |  | 
|  | SetInitialValue(LightAnimatedProperties, FuncILight, Int32, Int32, Color3) |  | 
|  | SetInitialValue(LightAnimatedProperties, FuncILight, Int32, Int32, Vector3) |  | 
|  | SetInitialValue(LightAnimatedProperties, FuncILight, Int32, Int32, Single) |  | 
|  | SetInitialValue(LightAnimatedProperties, Vector3) |  | 
|  | SetInitialValue(LightAnimatedProperties, Single) |  | 
Top See Also
See Also