C# 클래스 HoloToolkit.Sharing.BoolElement

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

공개 메소드들

메소드 설명
Cast ( Element element ) : BoolElement
Dispose ( ) : void
GetValue ( ) : bool
SetValue ( bool newValue ) : void

비공개 메소드들

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

메소드 상세

Cast() 공개 정적인 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : bool
리턴 bool

SetValue() 공개 메소드

public SetValue ( bool newValue ) : void
newValue bool
리턴 void