C# 클래스 SyphonClientTexture, ITP_OpenSourceAnimation

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

공개 프로퍼티들

프로퍼티 타입 설명
clientAppName string
clientName string

보호된 프로퍼티들

프로퍼티 타입 설명
clientObject SyphonClientObject,

공개 메소드들

메소드 설명
AnnounceServer ( string appName, string name ) : void
ApplyTexture ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
handleRetireClient ( SyphonClientObject, client ) : void
handleUpdateClientTextureSize ( SyphonClientObject, client ) : void
setupTexture ( ) : void

비공개 메소드들

메소드 설명
DisableCallbacks ( ) : void
EnableCallbacks ( ) : void

메소드 상세

AnnounceServer() 공개 메소드

public AnnounceServer ( string appName, string name ) : void
appName string
name string
리턴 void

ApplyTexture() 공개 메소드

public ApplyTexture ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

handleRetireClient() 공개 메소드

public handleRetireClient ( SyphonClientObject, client ) : void
client SyphonClientObject,
리턴 void

handleUpdateClientTextureSize() 공개 메소드

public handleUpdateClientTextureSize ( SyphonClientObject, client ) : void
client SyphonClientObject,
리턴 void

setupTexture() 공개 메소드

public setupTexture ( ) : void
리턴 void

프로퍼티 상세

clientAppName 공개적으로 프로퍼티

public string clientAppName
리턴 string

clientName 공개적으로 프로퍼티

public string clientName
리턴 string

clientObject 보호되어 있는 프로퍼티

protected SyphonClientObject, clientObject
리턴 SyphonClientObject,