Property | Type | Description | |
---|---|---|---|
clientAppName | string | ||
clientName | string |
Property | Type | Description | |
---|---|---|---|
clientObject | SyphonClientObject, |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
DisableCallbacks ( ) : void | ||
EnableCallbacks ( ) : void |
public AnnounceServer ( string appName, string name ) : void | ||
appName | string | |
name | string | |
return | void |
public handleRetireClient ( SyphonClientObject, client ) : void | ||
client | SyphonClientObject, | |
return | void |
public handleUpdateClientTextureSize ( SyphonClientObject, client ) : void | ||
client | SyphonClientObject, | |
return | void |