C# Класс Kinect.PortraitBackground

Sets the color background image in portrait mode. The aspect ratio of the game view should be set to 9:16 for Kinect v2 or 3:4 for Kinect v1.
Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetBackgroundRect ( ) : Rect

Gets the background rectangle in pixels. This rectangle can be provided as an argument to the GetJointPosColorOverlay()-KM function.

Start ( ) : void

Описание методов

GetBackgroundRect() публичный Метод

Gets the background rectangle in pixels. This rectangle can be provided as an argument to the GetJointPosColorOverlay()-KM function.
public GetBackgroundRect ( ) : Rect
Результат UnityEngine.Rect

Start() публичный Метод

public Start ( ) : void
Результат void