Click or drag to resize
Ab4d.SharpEngine logo

LightAnimation Class

[Missing <summary> documentation for "T:Ab4d.SharpEngine.Animation.LightAnimation"]

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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Animation.LightAnimation"]

See Also