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

World map hardcoded texture information. More...

Collaboration diagram for VGears::HarcodedTextureInfo:

Public Attributes

uint32 id
 Texture id. More...
 
const char * name
 Texture name. More...
 
uint32 width
 Texture width. More...
 
uint32 height
 Texture height. More...
 
uint32 u
 Texture U component. More...
 
uint32 v
 Texture V component. More...
 

Detailed Description

World map hardcoded texture information.

Member Data Documentation

◆ height

uint32 VGears::HarcodedTextureInfo::height

Texture height.

◆ id

uint32 VGears::HarcodedTextureInfo::id

Texture id.

◆ name

const char* VGears::HarcodedTextureInfo::name

Texture name.

◆ u

uint32 VGears::HarcodedTextureInfo::u

Texture U component.

◆ v

uint32 VGears::HarcodedTextureInfo::v

Texture V component.

◆ width

uint32 VGears::HarcodedTextureInfo::width

Texture width.


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