AnimationTimeAttribute.

AnimationTimeAttribute.Units Enum

Summary

A unit of measurement used by the Animancer.Units.AnimationTimeAttribute.
Assembly
Animancer.dll
Namespace
Animancer.Units
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["AnimationTimeAttribute.Units"] class Type type-node

Syntax

public enum AnimationTimeAttribute.Units

Fields

Name Constant Value Summary
Frames 2
A value of 1 represents 1 frame.
static
Normalized 0
A value of 1 represents the end of the animation.
static
Seconds 1
A value of 1 represents 1 second.
static