Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For an overview of Resources, click here.

Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

Deep Learning on Resources is found in Motive Academy. Click here to see the course this lesson is in.

Table of Contents

Overview

The Scene Object resource Resource creates a reference to an object in the sceneScene. This reference can be used within a script Script by other resourcesResources.

Required Fields

...

Field Name

Description

Object

Specifies the

scene object catalog

Scene Object Catalog item to create a reference from.

Optional Fields

Field Name

Description

Parent

It can be useful to use Parent/Child relationships to distinguish between Scene Objects with the same name.  Let's say there are 12 Jigsaws in the Workshop with 12 blades.  Instead of naming each blade, it can be the Jigsaw Blade (child) of the First Jigsaw (parent).  Next would be the Jigsaw Blade (child) of the Second Jigsaw (parent), etc.  By using the parent identification, we can highlight the appropriate Jigsaw Blade, based on the parent.

Events

None.

Example

In this sceneScene, I’ve added two scene objects Scene Objects to the script Script as I want to script Script the learner picking them up.

It's suggested as a best practice to organize all of your scene objects Scene Objects in one frame Frame to keep things organized.

  1. From the

...

  1. Resource pane, drag and drop the Scene Object Resource into your

...

  1. Frame. Typically this is a “Scene Objects” or “Setup”

...

  1. Frame.

  2. When the + icon next to “Object” is chosen, your

...

  1. Catalogs will open and any objects in your Project will be available to be chosen. Choose one.

  2. Repeat as many times as necessary:

...

When it comes time to script with the Scene Objects with other resourcesResources, you can now choose them. In this case you can see that I can add them to the “Grasp” Resource:

...

...

Related Articles

Scene Anchor Resource

Scene Region Resource

UI Anchor Resource