C# Class HoloToolkit.Sharing.IntArrayElement

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

Méthodes publiques

Méthode Description
AddListener ( IntArrayListener newListener ) : void
Cast ( Element element ) : IntArrayElement
Dispose ( ) : void
GetCount ( ) : int
GetValue ( int index ) : int
InsertValue ( int index, int value ) : void
RemoveListener ( IntArrayListener oldListener ) : void
RemoveValue ( int index ) : void
SetValue ( int index, int newValue ) : void

Private Methods

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

Method Details

AddListener() public méthode

public AddListener ( IntArrayListener newListener ) : void
newListener IntArrayListener
Résultat void

Cast() public static méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCount() public méthode

public GetCount ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( int index ) : int
index int
Résultat int

InsertValue() public méthode

public InsertValue ( int index, int value ) : void
index int
value int
Résultat void

RemoveListener() public méthode

public RemoveListener ( IntArrayListener oldListener ) : void
oldListener IntArrayListener
Résultat void

RemoveValue() public méthode

public RemoveValue ( int index ) : void
index int
Résultat void

SetValue() public méthode

public SetValue ( int index, int newValue ) : void
index int
newValue int
Résultat void