Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
eng::AnimationClip Struct Reference

#include <AnimationComponent.h>

+ Collaboration diagram for eng::AnimationClip:

Public Attributes

std::string name
 
float duration = 0.0f
 
bool looping = true
 
std::vector< TransformTracktracks
 

Detailed Description

Definition at line 34 of file AnimationComponent.h.

Member Data Documentation

◆ duration

float eng::AnimationClip::duration = 0.0f

Definition at line 37 of file AnimationComponent.h.

Referenced by eng::AnimationComponent::Update().

◆ looping

bool eng::AnimationClip::looping = true

Definition at line 38 of file AnimationComponent.h.

◆ name

std::string eng::AnimationClip::name

Definition at line 36 of file AnimationComponent.h.

Referenced by eng::AnimationComponent::Play().

◆ tracks

std::vector<TransformTrack> eng::AnimationClip::tracks

Definition at line 39 of file AnimationComponent.h.

Referenced by eng::AnimationComponent::Update().


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