NoteEditor.OnEnable C# (CSharp) 메소드

OnEnable() 개인적인 메소드

private OnEnable ( ) : void
리턴 void
    private void OnEnable()
    {
        noteContent = serializedObject.FindProperty ("note");
        noteTitle = serializedObject.FindProperty ("title");
        editable = false;
    }