C# Class SyphonClientObject, ITP_OpenSourceAnimation

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Private Properties

Свойство Type Description
InitSyphonClient void

Méthodes publiques

Méthode 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

Méthode Description
InitSyphonClient ( ) : void

Method Details

DefineSyphonClient() public méthode

public DefineSyphonClient ( SyphonServerObject, server ) : void
server SyphonServerObject,
Résultat void

DestroySyphonClient() public méthode

public DestroySyphonClient ( ) : void
Résultat void

Match() public static méthode

public static Match ( SyphonClientObject, a, SyphonClientObject, b ) : bool
a SyphonClientObject,
b SyphonClientObject,
Résultat bool

MatchesDescription() public méthode

public MatchesDescription ( string uuid ) : bool
uuid string
Résultat bool

MatchesDescription() public méthode

public MatchesDescription ( string appName, string name ) : bool
appName string
name string
Résultat bool

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

UpdateServer() public méthode

public UpdateServer ( string appName, string name ) : void
appName string
name string
Résultat void

UpdateTextureSize() public méthode

public UpdateTextureSize ( int w, int h ) : void
w int
h int
Résultat void