C# Class KFreonLib.PCCObjects.ME2ExportEntry

Inheritance: IExportEntry
Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
PackageNameID int
infoOffset int

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
LegacySetData ( byte newData ) : void
SetData ( byte p ) : void
ValidTextureClass ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LegacySetData() public method

public LegacySetData ( byte newData ) : void
newData byte
return void

SetData() public method

public SetData ( byte p ) : void
p byte
return void

ValidTextureClass() public method

public ValidTextureClass ( ) : bool
return bool

Property Details

PackageNameID public_oe property

public int PackageNameID
return int

infoOffset public_oe property

public int infoOffset
return int