Show / Hide Table of Contents

Class FusAnimationKeyDouble

Animation key storing double values.

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

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