C# Class ME3Explorer.Unreal.Classes.Level

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
BPP List
BPVA List
BTV List
BV List
CL List
CSM List
DA List
EM List
IA List
Index int
LV List
MM List
Objects List
PN List
SPA List
STM_A List
STM_CA List
TP List
WAS List
WAV List
WEV List
memlength int
memory byte[]
pcc ME3Package

Public Methods

Method Description
ApplyRotation ( System.Vector3 v ) : void
ApplyTransform ( System.Matrix m ) : void
CreateModJobs ( ) : void
Deserialize ( bool SimpleRead ) : void
Export3DS ( lib3ds.Net.Lib3dsFile f ) : void
Level ( ) : System
Level ( ME3Package Pcc, int index, bool SimpleRead = false ) : System
Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void
ProcessTreeClick ( int path, bool AutoFocus ) : void
ReadObjects ( int off ) : void
ReadObjectsSimple ( int off ) : void
Render ( Device d ) : void
SaveChanges ( ) : void
SetSelection ( bool Selected ) : void
ToTree ( int nr ) : TreeNode
ToTreeSimple ( int nr ) : TreeNode

Method Details

ApplyRotation() public method

public ApplyRotation ( System.Vector3 v ) : void
v System.Vector3
return void

ApplyTransform() public method

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
return void

CreateModJobs() public method

public CreateModJobs ( ) : void
return void

Deserialize() public method

public Deserialize ( bool SimpleRead ) : void
SimpleRead bool
return void

Export3DS() public method

public Export3DS ( lib3ds.Net.Lib3dsFile f ) : void
f lib3ds.Net.Lib3dsFile
return void

Level() public method

public Level ( ) : System
return System

Level() public method

public Level ( ME3Package Pcc, int index, bool SimpleRead = false ) : System
Pcc ME3Package
index int
SimpleRead bool
return System

Process3DClick() public method

public Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void
org System.Vector3
dir System.Vector3
return void

ProcessTreeClick() public method

public ProcessTreeClick ( int path, bool AutoFocus ) : void
path int
AutoFocus bool
return void

ReadObjects() public method

public ReadObjects ( int off ) : void
off int
return void

ReadObjectsSimple() public method

public ReadObjectsSimple ( int off ) : void
off int
return void

Render() public method

public Render ( Device d ) : void
d Device
return void

SaveChanges() public method

public SaveChanges ( ) : void
return void

SetSelection() public method

public SetSelection ( bool Selected ) : void
Selected bool
return void

ToTree() public method

public ToTree ( int nr ) : TreeNode
nr int
return System.Windows.Forms.TreeNode

ToTreeSimple() public method

public ToTreeSimple ( int nr ) : TreeNode
nr int
return System.Windows.Forms.TreeNode

Property Details

BPP public_oe property

public List BPP
return List

BPVA public_oe property

public List BPVA
return List

BTV public_oe property

public List BTV
return List

BV public_oe property

public List BV
return List

CL public_oe property

public List CL
return List

CSM public_oe property

public List CSM
return List

DA public_oe property

public List DA
return List

EM public_oe property

public List EM
return List

IA public_oe property

public List IA
return List

Index public_oe property

public int Index
return int

LV public_oe property

public List LV
return List

MM public_oe property

public List MM
return List

Objects public_oe property

public List Objects
return List

PN public_oe property

public List PN
return List

SPA public_oe property

public List SPA
return List

STM_A public_oe property

public List STM_A
return List

STM_CA public_oe property

public List STM_CA
return List

TP public_oe property

public List TP
return List

WAS public_oe property

public List WAS
return List

WAV public_oe property

public List WAV
return List

WEV public_oe property

public List WEV
return List

memlength public_oe property

public int memlength
return int

memory public_oe property

public byte[] memory
return byte[]

pcc public_oe property

public ME3Package pcc
return ME3Package