OpenMetaverse Protocol Library Developers API Documentation
ModelUploader Constructor (client, prims, newInvName, newInvDesc)
Namespaces OpenMetaverse.ImportExport ModelUploaderModelUploader(GridClient, List < (Of < <' ( ModelPrim > ) > > ) , String, String)
Creates instance of the mesh uploader
Declaration Syntax
C#
public 
ModelUploader(
        
GridClient 
client,
        
List<

ModelPrim> 
prims,
        
string 
newInvName,
        
string 
newInvDesc
)
Parameters
client ( GridClient)
GridClient instance to communicate with the simulator
prims ( List < (Of < ( <' ModelPrim > ) > ) > )
List of ModelPrimitive objects to upload as a linkset
newInvName ( String)
Inventory name for newly uploaded object
newInvDesc ( String)
Inventory description for newly upload object

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