C# Class HoloToolkit.Sharing.SharingStage

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: OpenHID/InteractivePaint Class Usage Examples

Méthodes publiques

Свойство Type Description
ClientRole ClientRole
Instance SharingStage
IsAudioEndpoint bool
ServerAddress string
ServerPort int

Méthodes protégées

Méthode Description
OnDestroy ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
HandleLog ( string logString, string stackTrace, LogType type ) : void
LateUpdate ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

Property Details

ClientRole public_oe property

Set whether this app should be a Primary or Secondary client. Primary: Connects directly to the Session Server, can create/join/leave sessions Secondary: Connects to a Primary client. Cannot do any session management
public ClientRole ClientRole
Résultat ClientRole

Instance public_oe static_oe property

public static SharingStage,HoloToolkit.Sharing Instance
Résultat SharingStage

IsAudioEndpoint public_oe property

Set whether this app should provide audio input / output features.
public bool IsAudioEndpoint
Résultat bool

ServerAddress public_oe property

public string ServerAddress
Résultat string

ServerPort public_oe property

public int ServerPort
Résultat int