Show / Hide Table of Contents

Class AnimationKeyBase

Base class to hold a single animation key. Derived types specify the type of the value controlled by the keys.

Inheritance
System.Object
AnimationKeyBase
AnimationKeyDouble
AnimationKeyFloat
AnimationKeyFloat2
AnimationKeyFloat3
AnimationKeyFloat4
AnimationKeyInt
Inherited Members
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 AnimationKeyBase

Fields

Time

The position of the key on the time-line.

Declaration
public float Time
Field Value
Type Description
System.Single
Generated by DocFX
GitHub Repo
Back to top