Click or drag to resize
Ab4d.SharpEngine logo

LightAnimation Methods

The LightAnimation type exposes the following members.

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