UnityEditor.PopupWindowContentForNewLibrary.Texts.Texts C# (CSharp) Method

Texts() public method

public Texts ( ) : System
return System
            public Texts()
            {
                PresetFileLocation[] locationArray1 = new PresetFileLocation[2];
                locationArray1[1] = PresetFileLocation.ProjectFolder;
                this.fileLocationOrder = locationArray1;
            }
        }
PopupWindowContentForNewLibrary.Texts