C# Class UnityEditor.PropertyHandlerCache

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
m_PropertyHandlers PropertyHandler>.Dictionary

Public Methods

Method Description
Clear ( ) : void

Private Methods

Method Description
GetHandler ( UnityEditor.SerializedProperty property ) : UnityEditor.PropertyHandler
GetPropertyHash ( UnityEditor.SerializedProperty property ) : int
SetHandler ( UnityEditor.SerializedProperty property, UnityEditor.PropertyHandler handler ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Property Details

m_PropertyHandlers protected_oe property

protected Dictionary m_PropertyHandlers
return PropertyHandler>.Dictionary