Click or drag to resize
Ab4d.SharpEngine logo

LightAnimation Class

Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.AnimationAnimationILight
    Ab4d.SharpEngine.AnimationTargetsAnimationILight
      Ab4d.SharpEngine.AnimationLightTargetsAnimation
        Ab4d.SharpEngine.AnimationLightAnimation

Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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