Свойство | Type | Description | |
---|---|---|---|
Connections | byte[] | ||
MyIndex | int | ||
Physics | int | ||
Props | List |
||
Rotator | System.Vector3 | ||
Tag | int | ||
UniqueTag | int | ||
bDisableDestination | bool | ||
bEdShouldSnap | bool | ||
data | byte[] | ||
from | List |
||
fromIdx | List |
||
isEdited | bool | ||
isSelected | bool | ||
location | System.Vector3 | ||
pcc | ME3Package | ||
points | CustomVertex.PositionColored[] | ||
points_sel | CustomVertex.PositionColored[] | ||
to | System.Vector3 | ||
toIdx | int |
Méthode | Description | |
---|---|---|
ApplyTransform ( System.Matrix m, List |
||
CreateModJobs ( ) : void | ||
GetArrayContent ( byte raw ) : byte[] | ||
GetLocation ( ME3Package Pcc, int Index ) : System.Vector3 | ||
IsEqual ( System.Vector3 v1, System.Vector3 v2 ) : bool | ||
ProcessConnections ( ) : void | ||
ProcessTreeClick ( int path, bool AutoFocus ) : void | ||
Render ( Device device ) : void | ||
SaveChanges ( ) : void | ||
SetSelection ( bool Selected ) : void | ||
SplineActor ( ME3Package Pcc, int Index ) : System | ||
ToTree ( ) : |
||
Vector3ToBuff ( System.Vector3 v ) : byte[] |
public ApplyTransform ( System.Matrix m, List |
||
m | System.Matrix | |
others | List |
|
Résultat | void |
public GetArrayContent ( byte raw ) : byte[] | ||
raw | byte | |
Résultat | byte[] |
public static GetLocation ( ME3Package Pcc, int Index ) : System.Vector3 | ||
Pcc | ME3Package | |
Index | int | |
Résultat | System.Vector3 |
public IsEqual ( System.Vector3 v1, System.Vector3 v2 ) : bool | ||
v1 | System.Vector3 | |
v2 | System.Vector3 | |
Résultat | bool |
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 SplineActor ( ME3Package Pcc, int Index ) : System | ||
Pcc | ME3Package | |
Index | int | |
Résultat | System |
public Vector3ToBuff ( System.Vector3 v ) : byte[] | ||
v | System.Vector3 | |
Résultat | byte[] |
public CustomVertex.PositionColored[] points | ||
Résultat | CustomVertex.PositionColored[] |
public CustomVertex.PositionColored[] points_sel | ||
Résultat | CustomVertex.PositionColored[] |