C# Class SyphonClientObject, ITP_OpenSourceAnimation

Inheritance: UnityEngine.ScriptableObject
ファイルを表示 Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Private Properties

Property Type Description
InitSyphonClient void

Public Methods

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

Private Methods

Method Description
InitSyphonClient ( ) : void

Method Details

DefineSyphonClient() public method

public DefineSyphonClient ( SyphonServerObject, server ) : void
server SyphonServerObject,
return void

DestroySyphonClient() public method

public DestroySyphonClient ( ) : void
return void

Match() public static method

public static Match ( SyphonClientObject, a, SyphonClientObject, b ) : bool
a SyphonClientObject,
b SyphonClientObject,
return bool

MatchesDescription() public method

public MatchesDescription ( string uuid ) : bool
uuid string
return bool

MatchesDescription() public method

public MatchesDescription ( string appName, string name ) : bool
appName string
name string
return bool

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Render() public method

public Render ( ) : void
return void

UpdateServer() public method

public UpdateServer ( string appName, string name ) : void
appName string
name string
return void

UpdateTextureSize() public method

public UpdateTextureSize ( int w, int h ) : void
w int
h int
return void