Show / Hide Table of Contents

Class AnimationKeyFloat3

Animation key storing float3 values.

Inheritance
System.Object
AnimationKeyBase
AnimationKeyFloat3
Inherited Members
AnimationKeyBase.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.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public class AnimationKeyFloat3 : AnimationKeyBase

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