Property | Type | Description | |
---|---|---|---|
Base | int | ||
BaseBoneName | int | ||
BaseSkelComponent | int | ||
CreationTime | float | ||
DrawScale | float | ||
Group | int | ||
LightEnvironment | int | ||
MyIndex | int | ||
MyMatrix | System.Matrix | ||
ParticleSystemComponent | int | ||
Physics | int | ||
Props | List |
||
Tag | int | ||
TickGroup | int | ||
UniqueTag | int | ||
bBioSnapToBase | bool | ||
bCanStepUpOn | bool | ||
bCurrentlyActive | bool | ||
bHardAttach | bool | ||
bHidden | bool | ||
bIgnoreBaseRotation | bool | ||
bLockLocation | bool | ||
bNoVFXSound | bool | ||
bPathColliding | bool | ||
bPostUpdateTickGroup | bool | ||
bShadowParented | bool | ||
data | byte[] | ||
isEdited | bool | ||
isSelected | bool | ||
location | System.Vector3 | ||
pcc | ME3Package | ||
points | CustomVertex.PositionColored[] | ||
points_sel | CustomVertex.PositionColored[] |
Method | Description | |
---|---|---|
ApplyTransform ( System.Matrix m ) : void | ||
CreateModJobs ( ) : void | ||
Emitter ( ME3Package Pcc, int Index ) : System | ||
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 Emitter ( 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[] |