C# Class SyphonServerObject, SoftLove

ファイルを表示 Open project: benkuper/SoftLove Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

CreateSyphonServer() public method

public CreateSyphonServer ( SyphonServerObject, deepCopy ) : void
deepCopy SyphonServerObject,
return void

CreateSyphonServer() public method

public CreateSyphonServer ( string a, string n, string uuid, IntPtr ptr ) : void
a string
n string
uuid string
ptr IntPtr
return void

Equals() public method

public Equals ( System other ) : bool
other System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Match() public method

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

SyphonServerObject() public method

public SyphonServerObject ( ) : UnityEngine
return UnityEngine

SyphonServerObject() public method

public SyphonServerObject ( SyphonServerObject, deepCopyConstruct ) : UnityEngine
deepCopyConstruct SyphonServerObject,
return UnityEngine

SyphonServerObject() public method

public SyphonServerObject ( string a, string n, string uuid, IntPtr ptr ) : UnityEngine
a string
n string
uuid string
ptr IntPtr
return UnityEngine

operator() public static method

public static operator ( ) : bool
return bool