Borodar.RainbowFolders.Editor.Settings.FolderColorDrawer.GetPropertyHeight C# (CSharp) Метод

GetPropertyHeight() публичный Метод

public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
Результат float
        public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
        {
            return PREVIEW_SIZE_LARGE;
        }