C# 클래스 ImGuiNET.NativeStyle

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

공개 프로퍼티들

프로퍼티 타입 설명
Alpha float
AntiAliasedLines byte
AntiAliasedShapes byte
ChildWindowRounding float
ColumnsMinSpacing float
CurveTessellationTol float
DisplaySafeAreaPadding System.Numerics.Vector2
DisplayWindowPadding System.Numerics.Vector2
FramePadding System.Numerics.Vector2
FrameRounding float
GrabMinSize float
GrabRounding float
IndentSpacing float
ItemInnerSpacing System.Numerics.Vector2
ItemSpacing System.Numerics.Vector2
ScrollbarRounding float
ScrollbarSize float
TouchExtraPadding System.Numerics.Vector2
WindowFillAlphaDefault float
WindowMinSize System.Numerics.Vector2
WindowPadding System.Numerics.Vector2
WindowRounding float
WindowTitleAlign Align

프로퍼티 상세

Alpha 공개적으로 프로퍼티

Global alpha applies to everything in ImGui.
public float Alpha
리턴 float

AntiAliasedLines 공개적으로 프로퍼티

Enable anti-aliasing on lines/borders. Disable if you are really tight on CPU/GPU.
public byte AntiAliasedLines
리턴 byte

AntiAliasedShapes 공개적으로 프로퍼티

Enable anti-aliasing on filled shapes (rounded rectangles, circles, etc.)
public byte AntiAliasedShapes
리턴 byte

ChildWindowRounding 공개적으로 프로퍼티

Radius of child window corners rounding. Set to 0.0f to have rectangular windows.
public float ChildWindowRounding
리턴 float

ColumnsMinSpacing 공개적으로 프로퍼티

Minimum horizontal spacing between two columns
public float ColumnsMinSpacing
리턴 float

CurveTessellationTol 공개적으로 프로퍼티

Tessellation tolerance. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality.
public float CurveTessellationTol
리턴 float

DisplaySafeAreaPadding 공개적으로 프로퍼티

If you cannot see the edge of your screen (e.g. on a TV) increase the safe area padding. Covers popups/tooltips as well regular windows.
public Vector2,System.Numerics DisplaySafeAreaPadding
리턴 System.Numerics.Vector2

DisplayWindowPadding 공개적으로 프로퍼티

Window positions are clamped to be visible within the display area by at least this amount. Only covers regular windows.
public Vector2,System.Numerics DisplayWindowPadding
리턴 System.Numerics.Vector2

FramePadding 공개적으로 프로퍼티

Padding within a framed rectangle (used by most widgets).
public Vector2,System.Numerics FramePadding
리턴 System.Numerics.Vector2

FrameRounding 공개적으로 프로퍼티

Radius of frame corners rounding. Set to 0.0f to have rectangular frame (used by most widgets).
public float FrameRounding
리턴 float

GrabMinSize 공개적으로 프로퍼티

Minimum width/height of a grab box for slider/scrollbar
public float GrabMinSize
리턴 float

GrabRounding 공개적으로 프로퍼티

Radius of grabs corners rounding. Set to 0.0f to have rectangular slider grabs.
public float GrabRounding
리턴 float

IndentSpacing 공개적으로 프로퍼티

Horizontal indentation when e.g. entering a tree node
public float IndentSpacing
리턴 float

ItemInnerSpacing 공개적으로 프로퍼티

Horizontal and vertical spacing between within elements of a composed widget (e.g. a slider and its label).
public Vector2,System.Numerics ItemInnerSpacing
리턴 System.Numerics.Vector2

ItemSpacing 공개적으로 프로퍼티

Horizontal and vertical spacing between widgets/lines.
public Vector2,System.Numerics ItemSpacing
리턴 System.Numerics.Vector2

ScrollbarRounding 공개적으로 프로퍼티

Radius of grab corners for scrollbar
public float ScrollbarRounding
리턴 float

ScrollbarSize 공개적으로 프로퍼티

Width of the vertical scrollbar, Height of the horizontal scrollbar
public float ScrollbarSize
리턴 float

TouchExtraPadding 공개적으로 프로퍼티

Expand reactive bounding box for touch-based system where touch position is not accurate enough. Unfortunately we don't sort widgets so priority on overlap will always be given to the first widget. So don't grow this too much!
public Vector2,System.Numerics TouchExtraPadding
리턴 System.Numerics.Vector2

WindowFillAlphaDefault 공개적으로 프로퍼티

Default alpha of window background, if not specified in ImGui::Begin().
public float WindowFillAlphaDefault
리턴 float

WindowMinSize 공개적으로 프로퍼티

Minimum window size.
public Vector2,System.Numerics WindowMinSize
리턴 System.Numerics.Vector2

WindowPadding 공개적으로 프로퍼티

Padding within a window.
public Vector2,System.Numerics WindowPadding
리턴 System.Numerics.Vector2

WindowRounding 공개적으로 프로퍼티

Radius of window corners rounding. Set to 0.0f to have rectangular windows.
public float WindowRounding
리턴 float

WindowTitleAlign 공개적으로 프로퍼티

Alignment for title bar text.
public Align WindowTitleAlign
리턴 Align