Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateSyphonServer ( SyphonServerObject, deepCopy ) : void | ||
CreateSyphonServer ( string a, string n, string uuid, IntPtr ptr ) : void | ||
Equals ( System other ) : bool | ||
GetHashCode ( ) : int | ||
Match ( string appName, string name ) : bool | ||
SyphonServerObject ( ) : UnityEngine | ||
SyphonServerObject ( SyphonServerObject, deepCopyConstruct ) : UnityEngine | ||
SyphonServerObject ( string a, string n, string uuid, IntPtr ptr ) : UnityEngine | ||
operator ( ) : bool |
public CreateSyphonServer ( SyphonServerObject, deepCopy ) : void | ||
deepCopy | SyphonServerObject, | |
return | void |
public CreateSyphonServer ( string a, string n, string uuid, IntPtr ptr ) : void | ||
a | string | |
n | string | |
uuid | string | |
ptr | IntPtr | |
return | void |
public Match ( string appName, string name ) : bool | ||
appName | string | |
name | string | |
return | bool |
public SyphonServerObject ( SyphonServerObject, deepCopyConstruct ) : UnityEngine | ||
deepCopyConstruct | SyphonServerObject, | |
return | UnityEngine |
public SyphonServerObject ( string a, string n, string uuid, IntPtr ptr ) : UnityEngine | ||
a | string | |
n | string | |
uuid | string | |
ptr | IntPtr | |
return | UnityEngine |