Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

For an overview of Resources, click here.

Overview

The Scene Object resource creates a reference to an object in the scene. This reference can be used within a script by other resources.

Required Fields

Field Name

Description

Object

Specifies the 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 scene, I’ve added two scene objects to the script as I want to script the learner picking them up.

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

  • From the resource pane, drag and drop the Scene Object Resource into your frame. Typically this is a “Scene Objects” or “Setup” frame.

  • When the + icon next to “Object” is chosen, your catalogs will open and any objects in your Project will be available to be chosen. Choose one.

  • Repeat as many times as necessary:

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

  • No labels