Show / Hide Table of Contents

Class FusAnimationKeyFloat2

Animation key storing float2 values.

Inheritance
System.Object
FusAnimationKeyBase
FusAnimationKeyFloat2
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 FusAnimationKeyFloat2 : FusAnimationKeyBase

Fields

Value

The key value effective at the Time.

Declaration
public float2 Value
Field Value
Type Description
float2
Generated by DocFX
GitHub Repo
Back to top