Click or drag to resize
Ab4d.SharpEngine logo

LightAnimation Class

Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public class LightAnimation : LightTargetsAnimation

The LightAnimation type exposes the following members.

Properties
 NameDescription
Public propertyColorInterpolationMode 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
 NameDescription
Public methodAddKeyframe(LightAnimatedProperties, Single, Color3, FuncSingle, Single) 
Public methodAddKeyframe(LightAnimatedProperties, Single, Vector3, FuncSingle, Single) 
Public methodAddKeyframe(LightAnimatedProperties, Single, Single, FuncSingle, Single) 
Public methodGetAnimatedPropertyName
(Overrides AnimationTGetAnimatedPropertyName(Int32))
Protected methodOnInitialize
(Overrides AnimationTOnInitialize)
Public methodSet(LightAnimatedProperties, Color3, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSet(LightAnimatedProperties, FuncILight, Int32, Int32, Color3, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSet(LightAnimatedProperties, FuncILight, Int32, Int32, Vector3, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSet(LightAnimatedProperties, FuncILight, Int32, Int32, Single, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSet(LightAnimatedProperties, Vector3, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSet(LightAnimatedProperties, Single, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSetEasingFunctionToAllKeyframes(FuncSingle, Single)
(Overrides AnimationTSetEasingFunctionToAllKeyframes(FuncSingle, Single))
Public methodSetEasingFunctionToAllKeyframes(LightAnimatedProperties, FuncSingle, Single) Set the specified easing function to all key-frames belonging to the specified animated property type.
Public methodSetInitialValue(LightAnimatedProperties, Color3) 
Public methodSetInitialValue(LightAnimatedProperties, FuncILight, Int32, Int32, Color3) 
Public methodSetInitialValue(LightAnimatedProperties, FuncILight, Int32, Int32, Vector3) 
Public methodSetInitialValue(LightAnimatedProperties, FuncILight, Int32, Int32, Single) 
Public methodSetInitialValue(LightAnimatedProperties, Vector3) 
Public methodSetInitialValue(LightAnimatedProperties, Single) 
Top
See Also