Property | Type | Description | |
---|---|---|---|
SomeCollisionSimulationStep | long |
Method | Description | |
---|---|---|
BSPrimLinkable ( uint localID, String primName, |
||
Collide ( uint collidingWith, |
||
Delink ( ) : void | ||
Destroy ( ) : void | ||
Link ( |
||
UpdatePhysicalParameters ( ) : void | ||
UpdateProperties ( |
Method | Description | |
---|---|---|
MakeDynamic ( bool makeStatic ) : void | ||
RemoveBodyDependencies ( ) : void |
public BSPrimLinkable ( uint localID, String primName, |
||
localID | uint | |
primName | String | |
parent_scene | ||
pos | OpenMetaverse | |
size | OpenMetaverse | |
rotation | OpenMetaverse | |
pbs | PrimitiveBaseShape | |
pisPhysical | bool | |
material | int | |
friction | float | |
restitution | float | |
gravityMultiplier | float | |
density | float | |
return | System |
public Collide ( uint collidingWith, |
||
collidingWith | uint | |
collidee | ||
contactPoint | OpenMetaverse | |
contactNormal | OpenMetaverse | |
pentrationDepth | float | |
return | bool |
public Link ( |
||
obj | ||
return | void |
protected MakeDynamic ( bool makeStatic ) : void | ||
makeStatic | bool | |
return | void |
public UpdateProperties ( |
||
entprop | ||
return | void |