Property | Type | Description | |
---|---|---|---|
ApproximateLineOfFire | int | ||
CollisionComponent | int | ||
Cost | int | ||
CreationTime | float | ||
CylinderComponent | int | ||
ExtraCost | int | ||
MyIndex | int | ||
MyMatrix | System.Matrix | ||
NetworkID | int | ||
Owner | int | ||
Props | List |
||
Tag | int | ||
bBlockActors | bool | ||
bCollideActors | bool | ||
bHasCrossLevelPaths | bool | ||
bestPathWeight | int | ||
data | byte[] | ||
isEdited | bool | ||
isSelected | bool | ||
location | System.Vector3 | ||
nextNavigationPoint | int | ||
pcc | ME3Package | ||
points | CustomVertex.PositionColored[] | ||
points_sel | CustomVertex.PositionColored[] | ||
visitedWeight | int |
Method | Description | |
---|---|---|
ApplyTransform ( System.Matrix m ) : void | ||
CoverSlotMarker ( ME3Package Pcc, int Index ) : System | ||
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[] |
public ApplyTransform ( System.Matrix m ) : void | ||
m | System.Matrix | |
return | void |
public CoverSlotMarker ( ME3Package Pcc, int Index ) : System | ||
Pcc | ME3Package | |
Index | int | |
return | System |
public ProcessTreeClick ( int path, bool AutoFocus ) : void | ||
path | int | |
AutoFocus | bool | |
return | void |
public Vector3ToBuff ( System.Vector3 v ) : byte[] | ||
v | System.Vector3 | |
return | byte[] |
public CustomVertex.PositionColored[] points | ||
return | CustomVertex.PositionColored[] |
public CustomVertex.PositionColored[] points_sel | ||
return | CustomVertex.PositionColored[] |