Skip to content
Jack Brookes edited this page Mar 23, 2019 · 1 revision

UXF.NotesController

A script to control the NotesPanel


Fields

None

Properties

None

Methods

UXF.NotesController.AddNewNote()

Instantiates a new note prefab with the text currently in the new note input field

Parameters

None

UXF.NotesController.MoveScrollbarToBottom()

Starts a coroutine that yields 1 frame to allow the canvas to update, and then moves the notes scroll rect to the latest element added

Parameters

None

UXF.NotesController.ToggleVisibility()

Performs actions when the NotePanel is turned off and on

Parameters

None

UXF.NotesController.WriteNotes()

Writes the session notes to a json file. File includes whether the session is marked as bad and any note added by the experimenter

Parameters

None

UXF.NotesController.ResetNotes()

Reset the notes panel to default values

Parameters

None


Note: This file was automatically generated

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally