Show / Hide Table of Contents

Class LightBehaviourComponent.AnimationContainer

Inheritance
System.Object
LightBehaviourComponent.AnimationContainer
Namespace: Content.Client.Light.Components
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
Type Name Description
System.Int32 key
Robust.Client.Animations.Animation animation
LightBehaviourAnimationTrack track

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
Type Description
LightBehaviourAnimationTrack
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾