C# Class NewSF64Toolkit.DataStructures.DMA.DMAFile

Inheritance: IGameDataStructure, IResource
显示文件 Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Public Properties

Property Type Description
DMAInfo NewSF64Toolkit.DataStructures.DataObjects.DMATableEntry
Index int

Protected Properties

Property Type Description
_dmaData NewSF64Toolkit.DataStructures.DataObjects.DynamicMemoryMapping
_f3dexData NewSF64Toolkit.DataStructures.DataObjects.F3DEX.F3DEXCollection

Public Methods

Method Description
DMAFile ( byte data, int dmaIndex ) : System
GetAsBytes ( ) : byte[]
GetTreeNode ( ) : TreeNode
LoadFromBytes ( byte bytes ) : bool

Method Details

DMAFile() public method

public DMAFile ( byte data, int dmaIndex ) : System
data byte
dmaIndex int
return System

GetAsBytes() public method

public GetAsBytes ( ) : byte[]
return byte[]

GetTreeNode() public method

public GetTreeNode ( ) : TreeNode
return System.Windows.Forms.TreeNode

LoadFromBytes() public method

public LoadFromBytes ( byte bytes ) : bool
bytes byte
return bool

Property Details

DMAInfo public_oe property

public DMATableEntry,NewSF64Toolkit.DataStructures.DataObjects DMAInfo
return NewSF64Toolkit.DataStructures.DataObjects.DMATableEntry

Index public_oe property

public int Index
return int

_dmaData protected_oe property

protected DynamicMemoryMapping,NewSF64Toolkit.DataStructures.DataObjects _dmaData
return NewSF64Toolkit.DataStructures.DataObjects.DynamicMemoryMapping

_f3dexData protected_oe property

protected F3DEXCollection,NewSF64Toolkit.DataStructures.DataObjects.F3DEX _f3dexData
return NewSF64Toolkit.DataStructures.DataObjects.F3DEX.F3DEXCollection