C# Class UnityEditor.SliderLabels

显示文件 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