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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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