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

Public Attributes

std::unique_ptr< Skeletonskeleton
 
std::unique_ptr< PoseDatapose
 
Entityroot = nullptr
 
std::vector< ComponentModel::ComponentHandletransformCache
 
AnimationCache cache
 

Detailed Description

Definition at line 33 of file AnimationSystem.h.

Member Data Documentation

◆ cache

AnimationCache Cogs::Core::AnimationData::cache

Definition at line 41 of file AnimationSystem.h.

◆ pose

std::unique_ptr<PoseData> Cogs::Core::AnimationData::pose

Definition at line 36 of file AnimationSystem.h.

◆ root

Entity* Cogs::Core::AnimationData::root = nullptr

Definition at line 38 of file AnimationSystem.h.

◆ skeleton

std::unique_ptr<Skeleton> Cogs::Core::AnimationData::skeleton

Definition at line 35 of file AnimationSystem.h.

◆ transformCache

std::vector<ComponentModel::ComponentHandle> Cogs::Core::AnimationData::transformCache

Definition at line 39 of file AnimationSystem.h.


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