|
NSUNI/NSLAR Library a250670
|
Functions | |
| SAnimation | nnl::animation::Convert (const Animation &animation) |
| Converts an in-game animation to a simpler representation. | |
| Animation | nnl::animation::Convert (SAnimation &&sanimation, const ConvertParam &anim_param={}) |
| Converts a simple animation format back to an in-game animation. | |
| SAnimation nnl::animation::Convert | ( | const Animation & | animation | ) |
Converts an in-game animation to a simpler representation.
This function takes an Animation object and converts it into a format that is more suitable for exporting to other formats.
| animation | The in-game animation to be converted. |
| Animation nnl::animation::Convert | ( | SAnimation && | sanimation, |
| const ConvertParam & | anim_param = {} ) |
Converts a simple animation format back to an in-game animation.
This function takes an SAnimation object and converts it into the in-game format.
| sanimation | The animation to be converted. |
| anim_param | Conversion parameters. |