Cogs.Core
Public Attributes | List of all members
Cogs::Core::AnimationTrack Struct Reference

Public Attributes

uint32_t boneIndex = 0
 Specifies which bone of a skeleton that is animated by this track.
 
std::vector< TranslationKeytranslations
 
std::vector< RotationKeyrotations
 
std::vector< ScaleKeyscales
 

Detailed Description

Definition at line 36 of file Animation.h.

Member Data Documentation

◆ boneIndex

uint32_t Cogs::Core::AnimationTrack::boneIndex = 0

Specifies which bone of a skeleton that is animated by this track.

Definition at line 38 of file Animation.h.

◆ rotations

std::vector<RotationKey> Cogs::Core::AnimationTrack::rotations

Definition at line 41 of file Animation.h.

◆ scales

std::vector<ScaleKey> Cogs::Core::AnimationTrack::scales

Definition at line 42 of file Animation.h.

◆ translations

std::vector<TranslationKey> Cogs::Core::AnimationTrack::translations

Definition at line 40 of file Animation.h.


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