C# Class UnityEditor.Graphs.ParameterControllerView.BoolElement

Inheritance: ParameterControllerView.Element
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
BoolElement ( UnityEngine parameter, ParameterControllerView host ) : System
OnSpecializedGUI ( Rect rect ) : void

Method Details

BoolElement() public méthode

public BoolElement ( UnityEngine parameter, ParameterControllerView host ) : System
parameter UnityEngine
host ParameterControllerView
Résultat System

OnSpecializedGUI() public méthode

public OnSpecializedGUI ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void