Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::model::submit_callbacks::params Struct Reference

Parameters for the submit callbacks. More...

#include <model.h>

Public Attributes

bool skinned {}
 Indicates if the model is skinned.
 
bool preserve_state {}
 

Detailed Description

Parameters for the submit callbacks.

Definition at line 131 of file model.h.

Member Data Documentation

◆ preserve_state

bool unravel::model::submit_callbacks::params::preserve_state {}

Definition at line 135 of file model.h.

◆ skinned

bool unravel::model::submit_callbacks::params::skinned {}

Indicates if the model is skinned.

Definition at line 134 of file model.h.


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