C# 클래스 ME3Explorer.Unreal.Classes.WwiseBank

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BinaryOffset int
Chunks List
HIRCObjects List
MyIndex int
data_data byte[]
didx_data byte[]
memory byte[]
memsize int
pcc ME3Package
props List

공개 메소드들

메소드 설명
CloneHIRCObject ( int n ) : void
Deserialize ( ) : void
ExportAllWEMFiles ( string path ) : bool
GetHircDesc ( byte buff ) : string
GetHircObjType ( byte b ) : string
GetID ( byte buff ) : string
GetQuickScan ( ) : string
QuickScanHirc ( byte buff ) : string
ReadChunks ( ) : void
RecreateBinary ( ) : byte[]
RecreateHIRC ( byte buff ) : byte[]
WwiseBank ( ME3Package Pcc, int Index ) : System
getBinary ( ) : byte[]

메소드 상세

CloneHIRCObject() 공개 메소드

public CloneHIRCObject ( int n ) : void
n int
리턴 void

Deserialize() 공개 메소드

public Deserialize ( ) : void
리턴 void

ExportAllWEMFiles() 공개 메소드

public ExportAllWEMFiles ( string path ) : bool
path string
리턴 bool

GetHircDesc() 공개 메소드

public GetHircDesc ( byte buff ) : string
buff byte
리턴 string

GetHircObjType() 공개 메소드

public GetHircObjType ( byte b ) : string
b byte
리턴 string

GetID() 공개 메소드

public GetID ( byte buff ) : string
buff byte
리턴 string

GetQuickScan() 공개 메소드

public GetQuickScan ( ) : string
리턴 string

QuickScanHirc() 공개 메소드

public QuickScanHirc ( byte buff ) : string
buff byte
리턴 string

ReadChunks() 공개 메소드

public ReadChunks ( ) : void
리턴 void

RecreateBinary() 공개 메소드

public RecreateBinary ( ) : byte[]
리턴 byte[]

RecreateHIRC() 공개 메소드

public RecreateHIRC ( byte buff ) : byte[]
buff byte
리턴 byte[]

WwiseBank() 공개 메소드

public WwiseBank ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
리턴 System

getBinary() 공개 메소드

public getBinary ( ) : byte[]
리턴 byte[]

프로퍼티 상세

BinaryOffset 공개적으로 프로퍼티

public int BinaryOffset
리턴 int

Chunks 공개적으로 프로퍼티

public List Chunks
리턴 List

HIRCObjects 공개적으로 프로퍼티

public List HIRCObjects
리턴 List

MyIndex 공개적으로 프로퍼티

public int MyIndex
리턴 int

data_data 공개적으로 프로퍼티

public byte[] data_data
리턴 byte[]

didx_data 공개적으로 프로퍼티

public byte[] didx_data
리턴 byte[]

memory 공개적으로 프로퍼티

public byte[] memory
리턴 byte[]

memsize 공개적으로 프로퍼티

public int memsize
리턴 int

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package

props 공개적으로 프로퍼티

public List props
리턴 List