Method | Description | |
---|---|---|
PrimEventArgs ( |
Construct a new instance of the PrimEventArgs class
|
public PrimEventArgs ( |
||
simulator | The simulator the object originated from | |
prim | The Primitive | |
timeDilation | ushort | The simulator time dilation |
isNew | bool | The prim was not in the dictionary before this update |
isAttachment | bool | true if the primitive represents an attachment to an agent |
return | System |