C# Класс UnityEngine.Experimental.XR.Interaction.BasePoseProvider

Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые методы

Метод Описание
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