C# Class KFreonLib.PCCObjects.ME1ExportEntry

Inheritance: IExportEntry
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
PackageNameID int
infoOffset int

Private Properties

Свойство Type Description
MoveNames void

Méthodes publiques

Méthode Description
Dispose ( ) : void
LegacySetData ( byte newData ) : void
SetData ( byte p ) : void
ValidTextureClass ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
MoveNames ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LegacySetData() public méthode

public LegacySetData ( byte newData ) : void
newData byte
Résultat void

SetData() public méthode

public SetData ( byte p ) : void
p byte
Résultat void

ValidTextureClass() public méthode

public ValidTextureClass ( ) : bool
Résultat bool

Property Details

PackageNameID public_oe property

public int PackageNameID
Résultat int

infoOffset public_oe property

public int infoOffset
Résultat int