C# 클래스 OpenMetaverse.binBVHJointKey

A Joint Keyframe. This is either a position or a rotation.
파일 보기 프로젝트 열기: openmetaversefoundation/libopenmetaverse-oldsvnconvert 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
key_element System.Vector3
time float

프로퍼티 상세

key_element 공개적으로 프로퍼티

Either a Vector3 position or a Vector3 Euler rotation
public Vector3,System key_element
리턴 System.Vector3

time 공개적으로 프로퍼티

public float time
리턴 float