C# Class UnityEditor.PropertyGUIData

显示文件 Open project: randomize/VimConfig

Public Properties

Property Type Description
color Color
property UnityEditor.SerializedProperty
totalPosition UnityEngine.Rect
wasBoldDefaultFont bool
wasEnabled bool

Public Methods

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

Method Details

PropertyGUIData() public method

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
return System

Property Details

color public_oe property

public Color color
return Color

property public_oe property

public SerializedProperty,UnityEditor property
return UnityEditor.SerializedProperty

totalPosition public_oe property

public Rect,UnityEngine totalPosition
return UnityEngine.Rect

wasBoldDefaultFont public_oe property

public bool wasBoldDefaultFont
return bool

wasEnabled public_oe property

public bool wasEnabled
return bool