Метод | Описание | |
---|---|---|
AddAvatar ( string avName, Vector3 position, Quaternion rotation, Vector3 size, bool isFlying, uint localID, UUID uuid ) : |
||
AddPrimShape ( UUID primID, uint localID, string name, byte physicsType, PrimitiveBaseShape shape, Vector3 position, Vector3 size, Quaternion rotation, bool isPhysical, int material, float friction, float restitution, float gravityMultiplier, float density ) : |
||
Dispose ( ) : void | ||
Extension ( string pFunc ) : object | ||
GetTopColliders ( ) : float>.Dictionary |
||
Initialize ( IMesher meshmerizer, IScene scene ) : void | ||
PostInitialize ( IConfigSource config ) : void | ||
RemoveAvatar ( |
||
RemovePrim ( |
||
SetTerrain ( ITerrainChannel channel, short heightMap ) : void | ||
SetWaterLevel ( double height, short map ) : void | ||
Simulate ( float timeStep ) : void |
public AddAvatar ( string avName, Vector3 position, Quaternion rotation, Vector3 size, bool isFlying, uint localID, UUID uuid ) : |
||
avName | string | |
position | Vector3 | |
rotation | Quaternion | |
size | Vector3 | |
isFlying | bool | |
localID | uint | |
uuid | UUID | |
Результат |
public AddPrimShape ( UUID primID, uint localID, string name, byte physicsType, PrimitiveBaseShape shape, Vector3 position, 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 | Vector3 | |
size | Vector3 | |
rotation | Quaternion | |
isPhysical | bool | |
material | int | |
friction | float | |
restitution | float | |
gravityMultiplier | float | |
density | float | |
Результат |
public Extension ( string pFunc ) : object | ||
pFunc | string | |
Результат | object |
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 RemoveAvatar ( |
||
actor | ||
Результат | void |
public RemovePrim ( |
||
prim | ||
Результат | void |
public SetTerrain ( ITerrainChannel channel, short heightMap ) : void | ||
channel | ITerrainChannel | |
heightMap | short | |
Результат | void |
public SetWaterLevel ( double height, short map ) : void | ||
height | double | |
map | short | |
Результат | void |