C# Class ME3Explorer.Unreal.Classes.Level

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public ApplyRotation ( System.Vector3 v ) : void
v System.Vector3
Résultat void

ApplyTransform() public méthode

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
Résultat void

CreateModJobs() public méthode

public CreateModJobs ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( bool SimpleRead ) : void
SimpleRead bool
Résultat void

Export3DS() public méthode

public Export3DS ( lib3ds.Net.Lib3dsFile f ) : void
f lib3ds.Net.Lib3dsFile
Résultat void

Level() public méthode

public Level ( ) : System
Résultat System

Level() public méthode

public Level ( ME3Package Pcc, int index, bool SimpleRead = false ) : System
Pcc ME3Package
index int
SimpleRead bool
Résultat System

Process3DClick() public méthode

public Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void
org System.Vector3
dir System.Vector3
Résultat void

ProcessTreeClick() public méthode

public ProcessTreeClick ( int path, bool AutoFocus ) : void
path int
AutoFocus bool
Résultat void

ReadObjects() public méthode

public ReadObjects ( int off ) : void
off int
Résultat void

ReadObjectsSimple() public méthode

public ReadObjectsSimple ( int off ) : void
off int
Résultat void

Render() public méthode

public Render ( Device d ) : void
d Device
Résultat void

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

SetSelection() public méthode

public SetSelection ( bool Selected ) : void
Selected bool
Résultat void

ToTree() public méthode

public ToTree ( int nr ) : TreeNode
nr int
Résultat System.Windows.Forms.TreeNode

ToTreeSimple() public méthode

public ToTreeSimple ( int nr ) : TreeNode
nr int
Résultat System.Windows.Forms.TreeNode

Property Details

BPP public_oe property

public List BPP
Résultat List

BPVA public_oe property

public List BPVA
Résultat List

BTV public_oe property

public List BTV
Résultat List

BV public_oe property

public List BV
Résultat List

CL public_oe property

public List CL
Résultat List

CSM public_oe property

public List CSM
Résultat List

DA public_oe property

public List DA
Résultat List

EM public_oe property

public List EM
Résultat List

IA public_oe property

public List IA
Résultat List

Index public_oe property

public int Index
Résultat int

LV public_oe property

public List LV
Résultat List

MM public_oe property

public List MM
Résultat List

Objects public_oe property

public List Objects
Résultat List

PN public_oe property

public List PN
Résultat List

SPA public_oe property

public List SPA
Résultat List

STM_A public_oe property

public List STM_A
Résultat List

STM_CA public_oe property

public List STM_CA
Résultat List

TP public_oe property

public List TP
Résultat List

WAS public_oe property

public List WAS
Résultat List

WAV public_oe property

public List WAV
Résultat List

WEV public_oe property

public List WEV
Résultat List

memlength public_oe property

public int memlength
Résultat int

memory public_oe property

public byte[] memory
Résultat byte[]

pcc public_oe property

public ME3Package pcc
Résultat ME3Package