OpenMetaverse Protocol Library Developers API Documentation
Primitive . . :: . . TextureEntry Constructor (data, pos, length)
NamespacesOpenMetaversePrimitive . . :: . . TextureEntryPrimitive . . :: . . TextureEntry( array< Byte > [] () [] [] , Int32, Int32)
Constructor that creates the TextureEntry class from a byte array
Declaration Syntax
C#
public 
TextureEntry(
        
byte[] 
data,
        
int 
pos,
        
int 
length
)
Parameters
data ( array< Byte > [] () [] [] )
Byte array containing the TextureEntry field
pos ( Int32)
Starting position of the TextureEntry field in the byte array
length ( Int32)
Length of the TextureEntry field, in bytes

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