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

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

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

ApplyRotation() 공개 메소드

public ApplyRotation ( System.Vector3 v ) : void
v System.Vector3
리턴 void

ApplyTransform() 공개 메소드

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
리턴 void

CreateModJobs() 공개 메소드

public CreateModJobs ( ) : void
리턴 void

Deserialize() 공개 메소드

public Deserialize ( bool SimpleRead ) : void
SimpleRead bool
리턴 void

Export3DS() 공개 메소드

public Export3DS ( lib3ds.Net.Lib3dsFile f ) : void
f lib3ds.Net.Lib3dsFile
리턴 void

Level() 공개 메소드

public Level ( ) : System
리턴 System

Level() 공개 메소드

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

Process3DClick() 공개 메소드

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

ProcessTreeClick() 공개 메소드

public ProcessTreeClick ( int path, bool AutoFocus ) : void
path int
AutoFocus bool
리턴 void

ReadObjects() 공개 메소드

public ReadObjects ( int off ) : void
off int
리턴 void

ReadObjectsSimple() 공개 메소드

public ReadObjectsSimple ( int off ) : void
off int
리턴 void

Render() 공개 메소드

public Render ( Device d ) : void
d Device
리턴 void

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void

SetSelection() 공개 메소드

public SetSelection ( bool Selected ) : void
Selected bool
리턴 void

ToTree() 공개 메소드

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

ToTreeSimple() 공개 메소드

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

프로퍼티 상세

BPP 공개적으로 프로퍼티

public List BPP
리턴 List

BPVA 공개적으로 프로퍼티

public List BPVA
리턴 List

BTV 공개적으로 프로퍼티

public List BTV
리턴 List

BV 공개적으로 프로퍼티

public List BV
리턴 List

CL 공개적으로 프로퍼티

public List CL
리턴 List

CSM 공개적으로 프로퍼티

public List CSM
리턴 List

DA 공개적으로 프로퍼티

public List DA
리턴 List

EM 공개적으로 프로퍼티

public List EM
리턴 List

IA 공개적으로 프로퍼티

public List IA
리턴 List

Index 공개적으로 프로퍼티

public int Index
리턴 int

LV 공개적으로 프로퍼티

public List LV
리턴 List

MM 공개적으로 프로퍼티

public List MM
리턴 List

Objects 공개적으로 프로퍼티

public List Objects
리턴 List

PN 공개적으로 프로퍼티

public List PN
리턴 List

SPA 공개적으로 프로퍼티

public List SPA
리턴 List

STM_A 공개적으로 프로퍼티

public List STM_A
리턴 List

STM_CA 공개적으로 프로퍼티

public List STM_CA
리턴 List

TP 공개적으로 프로퍼티

public List TP
리턴 List

WAS 공개적으로 프로퍼티

public List WAS
리턴 List

WAV 공개적으로 프로퍼티

public List WAV
리턴 List

WEV 공개적으로 프로퍼티

public List WEV
리턴 List

memlength 공개적으로 프로퍼티

public int memlength
리턴 int

memory 공개적으로 프로퍼티

public byte[] memory
리턴 byte[]

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package