C# 클래스 UnityEditor.IMGUILayoutInstruction

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isGroup int
isVertical int
level int
marginBottom int
marginLeft int
marginRight int
marginTop int
stack UnityEditor.StackFrame[]
style UnityEngine.GUIStyle
unclippedRect UnityEngine.Rect

프로퍼티 상세

isGroup 공개적으로 프로퍼티

public int isGroup
리턴 int

isVertical 공개적으로 프로퍼티

public int isVertical
리턴 int

level 공개적으로 프로퍼티

public int level
리턴 int

marginBottom 공개적으로 프로퍼티

public int marginBottom
리턴 int

marginLeft 공개적으로 프로퍼티

public int marginLeft
리턴 int

marginRight 공개적으로 프로퍼티

public int marginRight
리턴 int

marginTop 공개적으로 프로퍼티

public int marginTop
리턴 int

stack 공개적으로 프로퍼티

public StackFrame[],UnityEditor stack
리턴 UnityEditor.StackFrame[]

style 공개적으로 프로퍼티

public GUIStyle,UnityEngine style
리턴 UnityEngine.GUIStyle

unclippedRect 공개적으로 프로퍼티

public Rect,UnityEngine unclippedRect
리턴 UnityEngine.Rect