C# Class HoloToolkit.Sharing.IntArrayListener

Inheritance: Listener
Afficher le fichier Open project: peted70/fd-holodemo

Méthodes publiques

Méthode Description
Dispose ( ) : void
IntArrayListener ( )
OnValueChanged ( int index, int newValue ) : void
OnValueInserted ( int index, int value ) : void
OnValueRemoved ( int index, int value ) : void

Private Methods

Méthode Description
IntArrayListener ( global::System.IntPtr cPtr, bool cMemoryOwn )
SwigDerivedClassHasMethod ( string methodName, Array methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorOnValueChanged ( int index, int newValue ) : void
SwigDirectorOnValueInserted ( int index, int value ) : void
SwigDirectorOnValueRemoved ( int index, int value ) : void
getCPtr ( IntArrayListener obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IntArrayListener() public méthode

public IntArrayListener ( )

OnValueChanged() public méthode

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

OnValueInserted() public méthode

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

OnValueRemoved() public méthode

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