C# 클래스 UnityEditor.MaterialPowerSliderDrawer

상속: MaterialPropertyDrawer
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
GetPropertyHeight ( MaterialProperty prop, string label, MaterialEditor editor ) : float
MaterialPowerSliderDrawer ( float power ) : System
OnGUI ( Rect position, MaterialProperty prop, GUIContent label, MaterialEditor editor ) : void

메소드 상세

GetPropertyHeight() 공개 메소드

public GetPropertyHeight ( MaterialProperty prop, string label, MaterialEditor editor ) : float
prop MaterialProperty
label string
editor MaterialEditor
리턴 float

MaterialPowerSliderDrawer() 공개 메소드

public MaterialPowerSliderDrawer ( float power ) : System
power float
리턴 System

OnGUI() 공개 메소드

public OnGUI ( Rect position, MaterialProperty prop, GUIContent label, MaterialEditor editor ) : void
position UnityEngine.Rect
prop MaterialProperty
label UnityEngine.GUIContent
editor MaterialEditor
리턴 void