C# 클래스 LostPolygon.DynamicWaterSystem.EditorExtensions.EditorGUILayoutExtensions

파일 보기 프로젝트 열기: caffeinatedguy/Limbs

공개 메소드들

메소드 설명
IntSliderFixedWidth ( GUIContent label, int value, int leftValue, int rightValue ) : int
IntSliderFixedWidth ( string label, int value, int leftValue, int rightValue ) : int
LayerMaskField ( GUIContent content, LayerMask selected, bool showSpecial ) : LayerMask
ToggleFixedWidth ( GUIContent label, bool value ) : bool
ToggleFixedWidth ( string label, bool value ) : bool

메소드 상세

IntSliderFixedWidth() 공개 정적인 메소드

public static IntSliderFixedWidth ( GUIContent label, int value, int leftValue, int rightValue ) : int
label UnityEngine.GUIContent
value int
leftValue int
rightValue int
리턴 int

IntSliderFixedWidth() 공개 정적인 메소드

public static IntSliderFixedWidth ( string label, int value, int leftValue, int rightValue ) : int
label string
value int
leftValue int
rightValue int
리턴 int

LayerMaskField() 공개 정적인 메소드

public static LayerMaskField ( GUIContent content, LayerMask selected, bool showSpecial ) : LayerMask
content UnityEngine.GUIContent
selected UnityEngine.LayerMask
showSpecial bool
리턴 UnityEngine.LayerMask

ToggleFixedWidth() 공개 정적인 메소드

public static ToggleFixedWidth ( GUIContent label, bool value ) : bool
label UnityEngine.GUIContent
value bool
리턴 bool

ToggleFixedWidth() 공개 정적인 메소드

public static ToggleFixedWidth ( string label, bool value ) : bool
label string
value bool
리턴 bool