Class LightBehaviourComponent.AnimationContainer
Inheritance
System.Object
LightBehaviourComponent.AnimationContainer
Assembly: Content.Client.dll
Syntax
public sealed class AnimationContainer : object
Constructors
|
Improve this Doc
View Source
AnimationContainer(Int32, Animation, LightBehaviourAnimationTrack)
Declaration
public AnimationContainer(int key, Animation animation, LightBehaviourAnimationTrack track)
Parameters
Properties
|
Improve this Doc
View Source
Animation
Declaration
public Animation Animation { get; set; }
Property Value
Type |
Description |
Robust.Client.Animations.Animation |
|
|
Improve this Doc
View Source
FullKey
Declaration
public string FullKey { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Key
Declaration
public int Key { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LightBehaviour
Declaration
public LightBehaviourAnimationTrack LightBehaviour { get; set; }
Property Value