OpenMetaverse Protocol Library Developers API Documentation
ObjectDataBlockUpdateEventArgs Constructor (simulator, prim, constructionData, block, objectupdate, nameValues)
NamespacesOpenMetaverse ObjectDataBlockUpdateEventArgsObjectDataBlockUpdateEventArgs(Simulator, Primitive, Primitive . . :: . . ConstructionData, ObjectDataBlock, ObjectMovementUpdate, array< NameValue > [] () [] [] )
Initializes a new instance of the ObjectDataBlockUpdateEventArgsclass
Declaration Syntax
C#
public 
ObjectDataBlockUpdateEventArgs(
        
Simulator 
simulator,
        
Primitive 
prim,
        
Primitive

.
.
::
.
.
ConstructionData 
constructionData,
        
ObjectDataBlock 
block,
        

ObjectMovementUpdate 
objectupdate,
        
NameValue[] 
nameValues
)
Parameters
simulator ( Simulator)
prim ( Primitive)
constructionData ( Primitive . . :: . . ConstructionData)
block ( ObjectDataBlock)
objectupdate ( ObjectMovementUpdate)
nameValues ( array< NameValue > [] () [] [] )

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