objects.<...>

Return to Introduction  Previous page  Next page

The objects collection contains all of the objects in the current scene.  'objects.<object name>.<...>' can access any object from the scene, or you can access the current object with just object.<...>'

 

Syntax

 

objects.<object name>.<...>

 

For a description of the properties and methods of an object, please see the object script reference.

 

Examples

 

objects.camera_1.pos.x=200; // sets the x position of the camera_1 object to 200.

 

See Also

 

object

system



Copyright ©2004 Worldweaver Ltd. DX Studio Home