OpenMetaverse Protocol Library Developers API Documentation
readKeys Method (data, i, keycount, min, max)
NamespacesOpenMetaverse BinBVHAnimationReaderreadKeys( array< Byte > [] () [] [] , Int32 % , Int32, Single, Single)
Read Keyframes of a certain type advance i
Declaration Syntax
C#
public 
binBVHJointKey[] 
readKeys(
        
byte[] 
data,
        
ref 
int 
i,
        
int 
keycount,
        
float 
min,
        
float 
max
)
Parameters
data ( array< Byte > [] () [] [] )
Animation Byte array
i ( Int32 %)
Offset in the Byte Array. Will be advanced
keycount ( Int32)
Number of Keyframes
min ( Single)
Scaling Min to pass to the Uint16ToFloat method
max ( Single)
Scaling Max to pass to the Uint16ToFloat method
Return Value

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