Gorgon
Show / Hide Table of Contents

Enum AnimationTrackKeyType

The type of key frame data for a track.

Namespace: Gorgon.Animation
Assembly: Gorgon.Animation.dll
Syntax
public enum AnimationTrackKeyType

Fields

Name Description
Color

Color values.

Quaternion

A quaternion

Rectangle

Rectangle values.

Single

Single floating point values.

Texture2D

2D texture, coordinate, and array index values.

Vector2

2D vector values.

Vector3

3D vector values.

Vector4

4D vector values.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author