UnityEditor.PropertyHandlerCache.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            this.m_PropertyHandlers.Clear();
        }

Usage Example

 internal static void ClearGlobalCache()
 {
     s_GlobalCache.Clear();
 }