V-Gears 0
Free Final Fantasy VII engine.
VGears::AFileSerializer::Header Struct Reference

An A file header. More...

#include <VGearsAFileSerializer.h>

Collaboration diagram for VGears::AFileSerializer::Header:

Public Attributes

uint32 version
 The file type version. More...
 
uint32 frame_count
 The frame count. More...
 
uint32 bone_count
 The number of bones. More...
 
uint32 rotation_order
 The axis rotation order. More...
 
uint32 runtime_data [5]
 

Detailed Description

An A file header.

Member Data Documentation

◆ bone_count

uint32 VGears::AFileSerializer::Header::bone_count

The number of bones.

◆ frame_count

uint32 VGears::AFileSerializer::Header::frame_count

The frame count.

◆ rotation_order

uint32 VGears::AFileSerializer::Header::rotation_order

The axis rotation order.

◆ runtime_data

uint32 VGears::AFileSerializer::Header::runtime_data[5]
Todo:
Understand and document.

◆ version

uint32 VGears::AFileSerializer::Header::version

The file type version.


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