Свойство | Тип | Описание | |
---|---|---|---|
BulletSimVersion | string | ||
ObjectsWithCollisions | HashSet |
||
ObjectsWithNoMoreCollisions | HashSet |
||
PE | |||
PhysObjects | BSPhysObject>.Dictionary | ||
Shapes | |||
mesher | IMesher |
Свойство | Тип | Описание | |
---|---|---|---|
GetInitialParameterValues | void | ||
ParamBoolean | float | ||
ProcessPostTaintTaints | void | ||
ProcessRegularTaints | void | ||
SelectUnderlyingBulletEngine | |||
SendCollision | void | ||
TriggerPostStepEvent | void | ||
TriggerPreStepEvent | void |
Метод | Описание | |
---|---|---|
AddAvatar ( string avName, System.Vector3 position, Quaternion rotation, System.Vector3 size, bool isFlying, uint localID, UUID UUID ) : |
||
AddGravityPoint ( bool isApplyingForces, System.Vector3 position, float forceX, float forceY, float forceZ, float gravForce, float radius, int identifier ) : void | ||
AddPrimShape ( UUID primID, uint localID, string name, byte physicsType, PrimitiveBaseShape shape, System.Vector3 position, System.Vector3 size, Quaternion rotation, bool isPhysical, int material, float friction, float restitution, float gravityMultiplier, float density ) : |
||
AssertInTaintTime ( string whereFrom ) : bool | ||
DetailLog ( string msg ) : void | ||
Dispose ( ) : void | ||
GetGravityForce ( ) : float[] | ||
GetResults ( ) : void | ||
GetTopColliders ( ) : float>.Dictionary |
||
Initialize ( IMesher meshmerizer, IScene scene ) : void | ||
PostInitialize ( IConfigSource config ) : void | ||
PostTaintObject ( String ident, uint ID, TaintCallback callback ) : void | ||
PrimitiveBaseShapeToString ( PrimitiveBaseShape pbs ) : string | ||
ProcessTaints ( ) : void | ||
RemoveAvatar ( |
||
RemovePrim ( |
||
SetGravityForce ( bool enabled, float forceX, float forceY, float forceZ ) : void | ||
SetTerrain ( ITerrainChannel channel, short heightMap ) : void | ||
SetWaterLevel ( double baseheight, short map ) : void | ||
Simulate ( float timeStep ) : void | ||
TaintedObject ( bool inTaintTime, String pIdent, TaintCallback pCallback ) : void | ||
TaintedObject ( bool inTaintTime, string pOriginator, string pIdent, TaintCallback pCallback ) : void | ||
TaintedObject ( bool inTaintTime, uint pOriginator, String pIdent, TaintCallback pCallback ) : void | ||
TaintedObject ( string pOriginator, string pIdent, TaintCallback pCallback ) : void | ||
TaintedObject ( uint pOriginator, String pIdent, TaintCallback pCallback ) : void |
Метод | Описание | |
---|---|---|
GetInitialParameterValues ( IConfigSource config ) : void | ||
ParamBoolean ( IConfig config, string parmName, float deflt ) : float | ||
ProcessPostTaintTaints ( ) : void | ||
ProcessRegularTaints ( ) : void | ||
SelectUnderlyingBulletEngine ( string engineName ) : |
||
SendCollision ( uint localID, uint collidingWith, System.Vector3 collidePoint, System.Vector3 collideNormal, float penetration ) : void | ||
TriggerPostStepEvent ( float timeStep ) : void | ||
TriggerPreStepEvent ( float timeStep ) : void |
public AddAvatar ( string avName, System.Vector3 position, Quaternion rotation, System.Vector3 size, bool isFlying, uint localID, UUID UUID ) : |
||
avName | string | |
position | System.Vector3 | |
rotation | Quaternion | |
size | System.Vector3 | |
isFlying | bool | |
localID | uint | |
UUID | UUID | |
Результат |
public AddGravityPoint ( bool isApplyingForces, System.Vector3 position, float forceX, float forceY, float forceZ, float gravForce, float radius, int identifier ) : void | ||
isApplyingForces | bool | |
position | System.Vector3 | |
forceX | float | |
forceY | float | |
forceZ | float | |
gravForce | float | |
radius | float | |
identifier | int | |
Результат | void |
public AddPrimShape ( UUID primID, uint localID, string name, byte physicsType, PrimitiveBaseShape shape, System.Vector3 position, System.Vector3 size, Quaternion rotation, bool isPhysical, int material, float friction, float restitution, float gravityMultiplier, float density ) : |
||
primID | UUID | |
localID | uint | |
name | string | |
physicsType | byte | |
shape | PrimitiveBaseShape | |
position | System.Vector3 | |
size | System.Vector3 | |
rotation | Quaternion | |
isPhysical | bool | |
material | int | |
friction | float | |
restitution | float | |
gravityMultiplier | float | |
density | float | |
Результат |
public AssertInTaintTime ( string whereFrom ) : bool | ||
whereFrom | string | |
Результат | bool |
public GetTopColliders ( ) : float>.Dictionary |
||
Результат | float>.Dictionary |
public Initialize ( IMesher meshmerizer, IScene scene ) : void | ||
meshmerizer | IMesher | |
scene | IScene | |
Результат | void |
public PostInitialize ( IConfigSource config ) : void | ||
config | IConfigSource | |
Результат | void |
public PostTaintObject ( String ident, uint ID, TaintCallback callback ) : void | ||
ident | String | |
ID | uint | |
callback | TaintCallback | |
Результат | void |
public static PrimitiveBaseShapeToString ( PrimitiveBaseShape pbs ) : string | ||
pbs | PrimitiveBaseShape | |
Результат | string |
public RemoveAvatar ( |
||
actor | ||
Результат | void |
public RemovePrim ( |
||
prim | ||
Результат | void |
public SetGravityForce ( bool enabled, float forceX, float forceY, float forceZ ) : void | ||
enabled | bool | |
forceX | float | |
forceY | float | |
forceZ | float | |
Результат | void |
public SetTerrain ( ITerrainChannel channel, short heightMap ) : void | ||
channel | ITerrainChannel | |
heightMap | short | |
Результат | void |
public SetWaterLevel ( double baseheight, short map ) : void | ||
baseheight | double | |
map | short | |
Результат | void |
public TaintedObject ( bool inTaintTime, String pIdent, TaintCallback pCallback ) : void | ||
inTaintTime | bool | |
pIdent | String | |
pCallback | TaintCallback | |
Результат | void |
public TaintedObject ( bool inTaintTime, string pOriginator, string pIdent, TaintCallback pCallback ) : void | ||
inTaintTime | bool | |
pOriginator | string | |
pIdent | string | |
pCallback | TaintCallback | |
Результат | void |
public TaintedObject ( bool inTaintTime, uint pOriginator, String pIdent, TaintCallback pCallback ) : void | ||
inTaintTime | bool | |
pOriginator | uint | |
pIdent | String | |
pCallback | TaintCallback | |
Результат | void |
public TaintedObject ( string pOriginator, string pIdent, TaintCallback pCallback ) : void | ||
pOriginator | string | |
pIdent | string | |
pCallback | TaintCallback | |
Результат | void |
public TaintedObject ( uint pOriginator, String pIdent, TaintCallback pCallback ) : void | ||
pOriginator | uint | |
pIdent | String | |
pCallback | TaintCallback | |
Результат | void |
public HashSet |
||
Результат | HashSet |
public BSAPITemplate,Universe.Physics.BulletSPlugin PE | ||
Результат |
public BSShapeCollection,Universe.Physics.BulletSPlugin Shapes | ||
Результат |