OpenMetaverse Protocol Library Developers API Documentation
PrimListToOSD Method (prims)
NamespacesOpenMetaverseHelpersPrimListToOSD(List < (Of < <' ( Primitive > ) > > ) )
Converts a list of primitives to an object that can be serialized with the LLSD system
Declaration Syntax
C#
public 
static 
OSD 
PrimListToOSD(
        
List<
Primitive> 
prims
)
Parameters
prims ( List < (Of < ( <' Primitive > ) > ) > )
Primitives to convert to a serializable object
Return Value
An object that can be serialized with LLSD

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