C# Class UnityEditor.MaterialPowerSliderDrawer

Inheritance: MaterialPropertyDrawer
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
GetPropertyHeight ( MaterialProperty prop, string label, MaterialEditor editor ) : float
MaterialPowerSliderDrawer ( float power ) : System
OnGUI ( Rect position, MaterialProperty prop, GUIContent label, MaterialEditor editor ) : void

Method Details

GetPropertyHeight() public méthode

public GetPropertyHeight ( MaterialProperty prop, string label, MaterialEditor editor ) : float
prop MaterialProperty
label string
editor MaterialEditor
Résultat float

MaterialPowerSliderDrawer() public méthode

public MaterialPowerSliderDrawer ( float power ) : System
power float
Résultat System

OnGUI() public méthode

public OnGUI ( Rect position, MaterialProperty prop, GUIContent label, MaterialEditor editor ) : void
position UnityEngine.Rect
prop MaterialProperty
label UnityEngine.GUIContent
editor MaterialEditor
Résultat void