Foundation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FAnimationClip Struct Reference

A clip: a set of channels plus its total duration (seconds). More...

#include <Animation.hpp>

Public Member Functions

 FAnimationClip (Allocator *alloc=GLOBAL_ALLOC)
 

Public Attributes

Vector< FAnimChannelchannels
 
float duration {0.0f}
 
int32_t skeleton {-1}
 

Detailed Description

A clip: a set of channels plus its total duration (seconds).

Note
skeleton is the index of the skeleton this clip drives in the scene's skeleton table; every channel's FAnimChannel::joint indexes that skeleton.

Constructor & Destructor Documentation

◆ FAnimationClip()

FAnimationClip::FAnimationClip ( Allocator alloc = GLOBAL_ALLOC)
inlineexplicit

Member Data Documentation

◆ channels

Vector<FAnimChannel> FAnimationClip::channels

◆ duration

float FAnimationClip::duration {0.0f}

◆ skeleton

int32_t FAnimationClip::skeleton {-1}

The documentation for this struct was generated from the following file: