C# 클래스 HoloToolkit.Sharing.IntArrayElement

상속: Element
파일 보기 프로젝트 열기: OpenHID/InteractivePaint

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IntArrayElement ( global cPtr, bool cMemoryOwn )
getCPtr ( IntArrayElement obj ) : global::System.Runtime.InteropServices.HandleRef

메소드 상세

AddListener() 공개 메소드

public AddListener ( IntArrayListener newListener ) : void
newListener IntArrayListener
리턴 void

Cast() 공개 정적인 메소드

public static Cast ( Element element ) : IntArrayElement
element Element
리턴 IntArrayElement

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetValue() 공개 메소드

public GetValue ( int index ) : int
index int
리턴 int

InsertValue() 공개 메소드

public InsertValue ( int index, int value ) : void
index int
value int
리턴 void

RemoveListener() 공개 메소드

public RemoveListener ( IntArrayListener oldListener ) : void
oldListener IntArrayListener
리턴 void

RemoveValue() 공개 메소드

public RemoveValue ( int index ) : void
index int
리턴 void

SetValue() 공개 메소드

public SetValue ( int index, int newValue ) : void
index int
newValue int
리턴 void