OpenMetaverse Protocol Library Developers API Documentation
PrimEventArgs Constructor (simulator, prim, timeDilation, isNew, isAttachment)
NamespacesOpenMetaversePrimEventArgsPrimEventArgs(Simulator, Primitive, UInt16, Boolean, Boolean)
Construct a new instance of the PrimEventArgs class
Declaration Syntax
C#
public 
PrimEventArgs(
        
Simulator 
simulator,
        
Primitive 
prim,
        
ushort 
timeDilation,
        
bool 
isNew,
        
bool 
isAttachment
)
Parameters
simulator ( Simulator)
The simulator the object originated from
prim ( Primitive)
The Primitive
timeDilation ( UInt16)
The simulator time dilation
isNew ( Boolean)
The prim was not in the dictionary before this update
isAttachment ( Boolean)
true if the primitive represents an attachment to an agent

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)