C# Class HoloToolkit.Sharing.UserPresenceManager

Inheritance: global::System.IDisposable
Mostrar archivo Open project: OpenHID/InteractivePaint

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
AddListener ( UserPresenceManagerListener newListener ) : void
Dispose ( ) : void
GetMuteState ( ) : bool
GetName ( ) : XString
RemoveListener ( UserPresenceManagerListener oldListener ) : void
SetMuteState ( bool muteState ) : void
SetName ( XString name ) : void
SetUser ( User localUser ) : void

Private Methods

Method Description
UserPresenceManager ( global cPtr, bool cMemoryOwn )
getCPtr ( UserPresenceManager obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

AddListener() public method

public AddListener ( UserPresenceManagerListener newListener ) : void
newListener UserPresenceManagerListener
return void

Dispose() public method

public Dispose ( ) : void
return void

GetMuteState() public method

public GetMuteState ( ) : bool
return bool

GetName() public method

public GetName ( ) : XString
return XString

RemoveListener() public method

public RemoveListener ( UserPresenceManagerListener oldListener ) : void
oldListener UserPresenceManagerListener
return void

SetMuteState() public method

public SetMuteState ( bool muteState ) : void
muteState bool
return void

SetName() public method

public SetName ( XString name ) : void
name XString
return void

SetUser() public method

public SetUser ( User localUser ) : void
localUser User
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool