C# Class UnityEditor.PropertyHandlerCache

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
m_PropertyHandlers PropertyHandler>.Dictionary

Méthodes publiques

Méthode Description
Clear ( ) : void

Private Methods

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Property Details

m_PropertyHandlers protected_oe property

protected Dictionary m_PropertyHandlers
Résultat PropertyHandler>.Dictionary