NoteEditor.OnEnable C# (CSharp) Method

OnEnable() private method

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