C# 클래스 UnityEngine.Experimental.XR.Interaction.BasePoseProvider

상속: MonoBehaviour
파일 보기 프로젝트 열기: LeiQiaoZhi/UnityDialogueSystem

공개 메소드들

메소드 설명
TryGetPoseFromProvider ( Pose &output ) : bool

Gets the Pose value from the implementor of this abstract class. returns true on success, false on error.

메소드 상세

TryGetPoseFromProvider() 공개 추상적인 메소드

Gets the Pose value from the implementor of this abstract class. returns true on success, false on error.
public abstract TryGetPoseFromProvider ( Pose &output ) : bool
output Pose
리턴 bool