C# Class UnityEditor.PropertyGUIData

Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Свойство Type Description
color Color
property UnityEditor.SerializedProperty
totalPosition UnityEngine.Rect
wasBoldDefaultFont bool
wasEnabled bool

Méthodes publiques

Méthode Description
PropertyGUIData ( UnityEditor.SerializedProperty property, Rect totalPosition, bool wasBoldDefaultFont, bool wasEnabled, Color color ) : System

Method Details

PropertyGUIData() public méthode

public PropertyGUIData ( UnityEditor.SerializedProperty property, Rect totalPosition, bool wasBoldDefaultFont, bool wasEnabled, Color color ) : System
property UnityEditor.SerializedProperty
totalPosition UnityEngine.Rect
wasBoldDefaultFont bool
wasEnabled bool
color Color
Résultat System

Property Details

color public_oe property

public Color color
Résultat Color

property public_oe property

public SerializedProperty,UnityEditor property
Résultat UnityEditor.SerializedProperty

totalPosition public_oe property

public Rect,UnityEngine totalPosition
Résultat UnityEngine.Rect

wasBoldDefaultFont public_oe property

public bool wasBoldDefaultFont
Résultat bool

wasEnabled public_oe property

public bool wasEnabled
Résultat bool