Show / Hide Table of Contents

Class FusAnimationKeyBase

Base class to hold a single animation key. Derived types specify the type of the value controlled by the keys.

Inheritance
System.Object
FusAnimationKeyBase
FusAnimationKeyDouble
FusAnimationKeyFloat
FusAnimationKeyFloat2
FusAnimationKeyFloat3
FusAnimationKeyFloat4
FusAnimationKeyInt
Inherited Members
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 FusAnimationKeyBase

Fields

Time

The position of the key on the timeline.

Declaration
public float Time
Field Value
Type Description
System.Single
Generated by DocFX
GitHub Repo
Back to top