C# 클래스 Kinect.BackgroundRemovalManager

Background removal manager is the component that deals with Kinect background removal.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: BrainProject/UnityTemp 1 사용 예제들

공개 메소드들

메소드 설명
GetForegroundTex ( ) : Texture

Gets the foreground image texture.

IsBackgroundRemovalInitialized ( ) : bool

Determines whether the BackgroundRemovalManager was successfully initialized.

OnDestroy ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

GetForegroundTex() 공개 메소드

Gets the foreground image texture.
public GetForegroundTex ( ) : Texture
리턴 UnityEngine.Texture

IsBackgroundRemovalInitialized() 공개 메소드

Determines whether the BackgroundRemovalManager was successfully initialized.
public IsBackgroundRemovalInitialized ( ) : bool
리턴 bool

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void