Свойство | Type | Description | |
---|---|---|---|
MyIndex | int | ||
MyMatrix | System.Matrix | ||
Props | List |
||
Tag | int | ||
UniqueTag | int | ||
bAutoPlay | bool | ||
data | byte[] | ||
isEdited | bool | ||
isSelected | bool | ||
location | System.Vector3 | ||
pcc | ME3Package | ||
points | CustomVertex.PositionColored[] | ||
points_sel | CustomVertex.PositionColored[] |
Méthode | Description | |
---|---|---|
ApplyTransform ( System.Matrix m ) : void | ||
CreateModJobs ( ) : void | ||
GenerateMesh ( ) : void | ||
ProcessTreeClick ( int path, bool AutoFocus ) : void | ||
Render ( Device device ) : void | ||
SaveChanges ( ) : void | ||
SetSelection ( bool Selected ) : void | ||
ToTree ( ) : |
||
Vector3ToBuff ( System.Vector3 v ) : byte[] | ||
WwiseAmbientSound ( ME3Package Pcc, int Index ) : System |
public ApplyTransform ( System.Matrix m ) : void | ||
m | System.Matrix | |
Résultat | void |
public ProcessTreeClick ( int path, bool AutoFocus ) : void | ||
path | int | |
AutoFocus | bool | |
Résultat | void |
public SetSelection ( bool Selected ) : void | ||
Selected | bool | |
Résultat | void |
public Vector3ToBuff ( System.Vector3 v ) : byte[] | ||
v | System.Vector3 | |
Résultat | byte[] |
public WwiseAmbientSound ( ME3Package Pcc, int Index ) : System | ||
Pcc | ME3Package | |
Index | int | |
Résultat | System |
public CustomVertex.PositionColored[] points | ||
Résultat | CustomVertex.PositionColored[] |