Constructor Object
Object(Scene, int)
Constructs an instance of the Object class.
Declaration
public Object(Scene scene, int objectId)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene | scene | Scene where the object exists. |
| int | objectId | Id of existing object. |
Remarks
This does NOT construct a new object in a scene. It just
constructs an interface to existing object with given objectId in given scene.