C# 클래스 ImGuiNET.TextInputBuffer

상속: IDisposable
파일 보기 프로젝트 열기: mellinoe/ImGui.NET 1 사용 예제들

공개 메소드들

메소드 설명
ClearData ( ) : void
Dispose ( ) : void
TextInputBuffer ( int length ) : System
TextInputBuffer ( string initialText ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
CreateBuffer ( int size ) : void
FreeNativeBuffer ( ) : void
Resize ( int newSize ) : void

메소드 상세

ClearData() 공개 메소드

public ClearData ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TextInputBuffer() 공개 메소드

public TextInputBuffer ( int length ) : System
length int
리턴 System

TextInputBuffer() 공개 메소드

public TextInputBuffer ( string initialText ) : System
initialText string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string