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
파일 보기 프로젝트 열기: BrainProject/UnityTemp 1 사용 예제들

공개 메소드들

메소드 설명
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