프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DC | |||
Decal | int | ||
DrawScale | float | ||
DrawScale3D | System.Vector3 | ||
Group | int | ||
MyIndex | int | ||
MyMatrix | Matrix | ||
Props | List |
||
Rotator | Vector3 | ||
Tag | int | ||
bCanStepUpOn | bool | ||
data | byte[] | ||
location | Vector3 | ||
pcc | ME3Package |
메소드 | 설명 | |
---|---|---|
DecalActor ( ME3Package Pcc, int Index ) : System | ||
DxToRotator ( System.Vector3 v ) : System.Vector3 | ||
ProcessTreeClick ( int path, bool AutoFocus ) : void | ||
Render ( Device device ) : void | ||
RotatorToDX ( Vector3 v ) : Vector3 | ||
SetSelection ( bool Selected ) : void | ||
ToTree ( ) : TreeNode |
public DecalActor ( ME3Package Pcc, int Index ) : System | ||
Pcc | ME3Package | |
Index | int | |
리턴 | System |
public DxToRotator ( System.Vector3 v ) : System.Vector3 | ||
v | System.Vector3 | |
리턴 | System.Vector3 |
public ProcessTreeClick ( int path, bool AutoFocus ) : void | ||
path | int | |
AutoFocus | bool | |
리턴 | void |