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

Inheritance: IGameDataStructure
Afficher le fichier Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Offset int
Width int

Méthodes publiques

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

Method Details

GetAsBytes() public méthode

public GetAsBytes ( ) : byte[]
Résultat byte[]

LoadFromBytes() public méthode

public LoadFromBytes ( byte bytes ) : bool
bytes byte
Résultat bool

Texture() public méthode

public Texture ( int offset, int width, int height, byte data ) : System
offset int
width int
height int
data byte
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

Offset public_oe property

public int Offset
Résultat int

Width public_oe property

public int Width
Résultat int