NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches

Variables

constexpr u32 nnl::animation::raw::kMagicBytes = 0x86'00'00'01
 Magic bytes used to identify the animation format.

Detailed Description

The raw namespace contains structures that define the binary representation of animation data and functions to work with it. This includes low-level data structures that are used to serialize and deserialize animations directly from binary files.

The detailed representations in the raw namespace are abstracted in the main animation namespace to provide a more user-friendly interface.

Variable Documentation

◆ kMagicBytes

u32 nnl::animation::raw::kMagicBytes = 0x86'00'00'01
constexpr

Magic bytes used to identify the animation format.

This constant represents a unique identifier that animation files start with.