Show / Hide Table of Contents

Class FusAnimationKeyFloat4

Animation key storing float4 values.

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

Fields

Value

The key value effective at the Time.

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