Table of Contents

Class NoteManager

Namespace
Pinwheel.Memo
Assembly
Pinwheel.Memo.Editor.dll
[ExecuteInEditMode]
[InitializeOnLoad]
public class NoteManager : ScriptableObject, ISerializationCallbackReceiver
Inheritance
Object
ScriptableObject
NoteManager
Implements
ISerializationCallbackReceiver
Inherited Members
ScriptableObject.CreateInstance<T>()
Object.GetInstanceID()
Object.GetHashCode()
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Extension Methods

Fields

DATA_DIRECTORY
PREF_DRAW_GIZMOS
m_beingEditedNoteIdAndHash
m_instance
m_notes
m_tags

Properties

drawNoteGizmos
instance

Methods

AddNoteToAsset(Object)
AddNoteToGameObject(GameObject)
AddTag(Colors, string)
BeginNoteEditing(string)
ChangeTagId(Tag, string)
EndNoteEditing(string)
GetNoteAttachedTo(NoteAttacher)
GetNoteById(string)
GetNotes()
GetNotesAttachedTo(string)
GetTagById(string)
GetTagByName(string)
GetTags()
HasTag(string)
IsNoteBeingEdited(string)
OnAfterDeserialize()

Implement this method to receive a callback after Unity deserializes your object.

OnBeforeSerialize()

Implement this method to receive a callback before Unity serializes your object.

RecordUndo(string)
RemoveNote(string)
RemoveTag(string)
SetDirty()

Events

noteAdded
noteChanged
noteRemoved