UnityEditor.PresetLibraryEditorState.PresetLibraryEditorState C# (CSharp) 메소드

PresetLibraryEditorState() 공개 메소드

public PresetLibraryEditorState ( string prefix ) : System
prefix string
리턴 System
        public PresetLibraryEditorState(string prefix)
        {
            this.m_Prefix = prefix;
        }