Show / Hide Table of Contents

Class AnimationKeyDouble

Animation key storing double values.

Inheritance
System.Object
AnimationKeyBase
AnimationKeyDouble
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 AnimationKeyDouble : AnimationKeyBase

Fields

Value

The key value effective at the Time.

Declaration
public double Value
Field Value
Type Description
System.Double
Generated by DocFX
GitHub Repo
Back to top