C# Class MOTHER3.MapData.RoomGfxPal

Afficher le fichier Open project: jeffman/MOTHER-3-Funland

Méthodes publiques

Свойство Type Description
Address int
Data byte[]
Length int
RoomGfxPalEntries RoomGfxPal[]
index int

Méthodes publiques

Méthode Description
GetGfxIndex ( int index ) : ushort
Init ( ) : void

Method Details

GetGfxIndex() public méthode

public GetGfxIndex ( int index ) : ushort
index int
Résultat ushort

Init() public static méthode

public static Init ( ) : void
Résultat void

Property Details

Address public_oe static_oe property

public static int Address
Résultat int

Data public_oe property

public byte[] Data
Résultat byte[]

Length public_oe static_oe property

public static int Length
Résultat int

RoomGfxPalEntries public_oe static_oe property

public static RoomGfxPal[] RoomGfxPalEntries
Résultat RoomGfxPal[]

index public_oe property

public int index
Résultat int