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
SliderLabels
C# Class UnityEditor.SliderLabels
Mostra file
Open project: randomize/VimConfig
Class Usage Examples
Public Properties
Property
Type
Description
leftLabel
UnityEngine.GUIContent
rightLabel
UnityEngine.GUIContent
Public Methods
Method
Description
HasLabels
( ) :
bool
SetLabels
(
GUIContent
leftLabel
,
GUIContent
rightLabel
) :
void
Method Details
HasLabels()
public
method
public
HasLabels
( ) :
bool
return
bool
SetLabels()
public
method
public
SetLabels
(
GUIContent
leftLabel
,
GUIContent
rightLabel
) :
void
leftLabel
UnityEngine.GUIContent
rightLabel
UnityEngine.GUIContent
return
void
Property Details
leftLabel
public_oe property
public
GUIContent,UnityEngine
leftLabel
return
UnityEngine.GUIContent
rightLabel
public_oe property
public
GUIContent,UnityEngine
rightLabel
return
UnityEngine.GUIContent