C# Class UnityEditor.Graphs.ParameterControllerView.IntElement

Inheritance: ParameterControllerView.Element
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
IntElement ( UnityEngine parameter, ParameterControllerView host ) : System
OnSpecializedGUI ( Rect rect ) : void

Method Details

IntElement() public method

public IntElement ( UnityEngine parameter, ParameterControllerView host ) : System
parameter UnityEngine
host ParameterControllerView
return System

OnSpecializedGUI() public method

public OnSpecializedGUI ( Rect rect ) : void
rect UnityEngine.Rect
return void