C# Class NewSF64Toolkit.DataStructures.DataObjects.F3DEX.Texture

Inheritance: IGameDataStructure
Mostra file Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Public Properties

Property Type Description
Height int
Offset int
Width int

Public Methods

Method Description
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool
Texture ( int offset, int width, int height, byte data ) : System

Method Details

GetAsBytes() public method

public GetAsBytes ( ) : byte[]
return byte[]

LoadFromBytes() public method

public LoadFromBytes ( byte bytes ) : bool
bytes byte
return bool

Texture() public method

public Texture ( int offset, int width, int height, byte data ) : System
offset int
width int
height int
data byte
return System

Property Details

Height public_oe property

public int Height
return int

Offset public_oe property

public int Offset
return int

Width public_oe property

public int Width
return int