Class Animation.InfoData
Contains basic information about the animation asset contents.
Inheritance
System.Object
Animation.InfoData
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class InfoData : ValueType
Fields
ChannelsCount
Amount of animation channel tracks.
Declaration
public int ChannelsCount
Field Value
System.Int32
|
FramesCount
Amount of animation frames (some curve tracks may use less keyframes).
Declaration
public int FramesCount
Field Value
System.Int32
|
KeyframesCount
The total amount of keyframes in the animation tracks.
Declaration
public int KeyframesCount
Field Value
System.Int32
|
Length
Length of the animation in seconds.
Declaration
public float Length
Field Value
System.Single
|
MemoryUsage
The estimated memory usage (in bytes) of the animation (all tracks and keyframes size in memory).
Declaration
public int MemoryUsage
Field Value
System.Int32
|
Properties
Default
The default Animation.InfoData.
Declaration
public static Animation.InfoData Default { get; }
Property Value
Animation.InfoData
|