C# Class OpenMetaverse.binBVHJoint

A Joint and it's associated meta data and keyframes
Afficher le fichier Open project: openmetaversefoundation/libopenmetaverse-oldsvnconvert Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Priority int
Tag object
positionkeys OpenMetaverse.binBVHJointKey[]
rotationkeys OpenMetaverse.binBVHJointKey[]

Property Details

Name public_oe property

Name of the Joint. Matches the avatar_skeleton.xml in client distros
public string Name
Résultat string

Priority public_oe property

Joint Animation Override? Was the same as the Priority in testing..
public int Priority
Résultat int

Tag public_oe property

Custom application data that can be attached to a joint
public object Tag
Résultat object

positionkeys public_oe property

Array of Position Keyframes in order from earliest to latest This seems to only be for the Pelvis?
public binBVHJointKey[],OpenMetaverse positionkeys
Résultat OpenMetaverse.binBVHJointKey[]

rotationkeys public_oe property

Array of Rotation Keyframes in order from earliest to latest
public binBVHJointKey[],OpenMetaverse rotationkeys
Résultat OpenMetaverse.binBVHJointKey[]