Open Dev Kit Documentation :: Instances Panel
The Instances Panel contains objects from loaded scenes and controls from loaded windows. When you place an object/control on your scene/window, you create a new instance of that object/control. Each instance is listed inside the Instances Panel on the bottom-left of the main ODK window.Filter:
Typing in this search bar will filter instances containing that string in their name.Instances
List of all instances for the currently loaded scene/window. Selecting an instance from this list will also select the corresponding object/control on the scene/window, while double-clicking it will focus it on the scene editor. Double-clicking it again will bring up its default event script (if it has one)Pop-up Context Menu
- Undo
- Undoes the last performed action
- Redo
- Redoes the last performed action
- Cut
- Copies the instance in the clipboard while also removing it from the list
- Copy
- Copies the instance in the clipboard
- Paste
- Places the instance stored in the clipboard
- Move
- Moves the instance behind or in front of other instances
- Delete
- Deletes the instance
- Select All
- Selects all instances on the list
- to Front
- Moves the instance to the front of all other instances
- Forward
- Moves the instance one step forward
- Backward
- Moves the instance one step back
- to Back
- Moves the instance to the back of all other instances
If you think anything is missing, please feel free to: submit documentation feedback on this page
