Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
UnityEditor
MaterialIntRangeDrawer
C# Class UnityEditor.MaterialIntRangeDrawer
Inheritance:
MaterialPropertyDrawer
Mostra file
Open project: CarlosHBC/UnityDecompiled
Public Methods
Method
Description
OnGUI
(
Rect
position
,
MaterialProperty
prop
,
GUIContent
label
,
MaterialEditor
editor
) :
void
Method Details
OnGUI()
public
method
public
OnGUI
(
Rect
position
,
MaterialProperty
prop
,
GUIContent
label
,
MaterialEditor
editor
) :
void
position
UnityEngine.Rect
prop
MaterialProperty
label
UnityEngine.GUIContent
editor
MaterialEditor
return
void