C# 클래스 xARMProxy, swip3

상속: MonoBehaviour
파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Start void
Update void
UpdateScreenCapCoroutine IEnumerator
WaitXFrames IEnumerator

공개 메소드들

메소드 설명
StartUpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : void
StartWaitXFramesCoroutine ( xARMScreenCap screenCap, int frameCount ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
UpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : IEnumerator
WaitXFrames ( xARMScreenCap screenCap, int frameCount ) : IEnumerator

메소드 상세

StartUpdateScreenCapCoroutine() 공개 메소드

public StartUpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : void
screenCapToUpdate xARM.xARMScreenCap
리턴 void

StartWaitXFramesCoroutine() 공개 메소드

public StartWaitXFramesCoroutine ( xARMScreenCap screenCap, int frameCount ) : void
screenCap xARM.xARMScreenCap
frameCount int
리턴 void