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

Inheritance: IGameDataStructure
Show 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 property

public int Height
return int

Offset public property

public int Offset
return int

Width public property

public int Width
return int