C# Class OpenMetaverse.binBVHJointKey

A Joint Keyframe. This is either a position or a rotation.
Afficher le fichier Open project: openmetaversefoundation/libopenmetaverse-oldsvnconvert Class Usage Examples

Méthodes publiques

Свойство Type Description
key_element System.Vector3
time float

Property Details

key_element public_oe property

Either a Vector3 position or a Vector3 Euler rotation
public Vector3,System key_element
Résultat System.Vector3

time public_oe property

public float time
Résultat float