C# Class HoloToolkit.Sharing.BoolElement

Inheritance: Element
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
Cast ( Element element ) : BoolElement
Dispose ( ) : void
GetValue ( ) : bool
SetValue ( bool newValue ) : void

Private Methods

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

Method Details

Cast() public static method

public static Cast ( Element element ) : BoolElement
element Element
return BoolElement

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( ) : bool
return bool

SetValue() public method

public SetValue ( bool newValue ) : void
newValue bool
return void