C# Class HoloToolkit.Sharing.BoolElement

Inheritance: Element
Afficher le fichier Open project: OpenHID/InteractivePaint

Méthodes publiques

Méthode Description
Cast ( Element element ) : BoolElement
Dispose ( ) : void
GetValue ( ) : bool
SetValue ( bool newValue ) : void

Private Methods

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

Method Details

Cast() public static méthode

public static Cast ( Element element ) : BoolElement
element Element
Résultat BoolElement

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( ) : bool
Résultat bool

SetValue() public méthode

public SetValue ( bool newValue ) : void
newValue bool
Résultat void