Show / Hide Table of Contents

Class FusAnimationKeyInt

Animation key storing integer values.

Inheritance
System.Object
FusAnimationKeyBase
FusAnimationKeyInt
Inherited Members
FusAnimationKeyBase.Time
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 FusAnimationKeyInt : FusAnimationKeyBase

Fields

Value

The key value effective at the Time.

Declaration
public int Value
Field Value
Type Description
System.Int32
Generated by DocFX
GitHub Repo
Back to top