Exemple #1
0
        public override bool CanCacheInspectorGUI(SerializedProperty property)
        {
            var internalValueProperty = property.FindPropertyRelative("internalValue");

            return(EditorGUI.CanCacheInspectorGUI(internalValueProperty));
        }