C# Class NoteEditor.Notes.NoteObject

Inheritance: IDisposable
Show file Open project: setchi/NoteEditor Class Usage Examples

Public Properties

Property Type Description
LateUpdateObservable Subject
OnClickObservable Subject
isSelected ReactiveProperty
note Note

Public Methods

Method Description
Dispose ( ) : void
Init ( ) : void
InsertLink ( NotePosition position ) : void
RemoveLink ( ) : void
SetState ( Note note ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( ) : void
return void

InsertLink() public method

public InsertLink ( NotePosition position ) : void
position NotePosition
return void

RemoveLink() public method

public RemoveLink ( ) : void
return void

SetState() public method

public SetState ( Note note ) : void
note Note
return void

Property Details

LateUpdateObservable public property

public Subject LateUpdateObservable
return Subject

OnClickObservable public property

public Subject OnClickObservable
return Subject

isSelected public property

public ReactiveProperty isSelected
return ReactiveProperty

note public property

public Note,NoteEditor.Notes note
return Note