Show / Hide Table of Contents

Class FusAnimation

Contains animation data. Generally, a list of animation tracks

Inheritance
System.Object
FusComponent
FusAnimation
Implements
IComponent
Inherited Members
FusComponent.Name
FusComponent.Active
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public class FusAnimation : FusComponent, IComponent

Fields

AnimationTracks

The animation tracks making up this animation data. Each animation track controls a single value.

Declaration
public List<FusAnimationTrack> AnimationTracks
Field Value
Type Description
System.Collections.Generic.List<FusAnimationTrack>

Implements

IComponent
Generated by DocFX
GitHub Repo
Back to top