Show / Hide Table of Contents

Class FusAnimationKeyFloat3

Animation key storing float3 values.

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

Fields

Value

The key value effective at the Time.

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