Property | Type | Description | |
---|---|---|---|
InitSyphonClient | void |
Method | Description | |
---|---|---|
DefineSyphonClient ( SyphonServerObject, server ) : void | ||
DestroySyphonClient ( ) : void | ||
Match ( SyphonClientObject, a, SyphonClientObject, b ) : bool | ||
MatchesDescription ( string uuid ) : bool | ||
MatchesDescription ( string appName, string name ) : bool | ||
OnDestroy ( ) : void | ||
OnEnable ( ) : void | ||
Render ( ) : void | ||
UpdateServer ( string appName, string name ) : void | ||
UpdateTextureSize ( int w, int h ) : void |
Method | Description | |
---|---|---|
InitSyphonClient ( ) : void |
public DefineSyphonClient ( SyphonServerObject, server ) : void | ||
server | SyphonServerObject, | |
return | void |
public static Match ( SyphonClientObject, a, SyphonClientObject, b ) : bool | ||
a | SyphonClientObject, | |
b | SyphonClientObject, | |
return | bool |
public MatchesDescription ( string uuid ) : bool | ||
uuid | string | |
return | bool |
public MatchesDescription ( string appName, string name ) : bool | ||
appName | string | |
name | string | |
return | bool |
public UpdateServer ( string appName, string name ) : void | ||
appName | string | |
name | string | |
return | void |
public UpdateTextureSize ( int w, int h ) : void | ||
w | int | |
h | int | |
return | void |