OpenMetaverse Protocol Library Developers API Documentation
readJoint Method (data, i)
NamespacesOpenMetaverse BinBVHAnimationReaderreadJoint( array< Byte > [] () [] [] , Int32 % )
Read in a Joint from an animation asset byte array Variable length Joint fields, yay! Advances the index
Declaration Syntax
C#
public 
binBVHJoint 
readJoint(
        
byte[] 
data,
        
ref 
int 
i
)
Parameters
data ( array< Byte > [] () [] [] )
animation asset byte array
i ( Int32 %)
Byte Offset of the start of the joint
Return Value
The Joint data serialized into the binBVHJoint structure

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