Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::named_anim Struct Reference

#include <test_component.h>

Public Attributes

std::string name
 
asset_handle< animation_clipclip
 

Friends

auto operator== (const named_anim &lhs, const named_anim &rhs) -> bool=default
 

Detailed Description

Definition at line 17 of file test_component.h.

Friends And Related Symbol Documentation

◆ operator==

auto operator== ( const named_anim & lhs,
const named_anim & rhs ) -> bool=default
friend

Member Data Documentation

◆ clip

asset_handle<animation_clip> unravel::named_anim::clip

Definition at line 20 of file test_component.h.

◆ name

std::string unravel::named_anim::name

Definition at line 19 of file test_component.h.


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