Property ActiveObject
ActiveObject
Active object of the scene (which was last selected or unselected by
user). Returns null
if there's no active object in the scene.
Declaration
public Scene.Object ActiveObject { get; }
Property Value
Type | Description |
---|---|
Scene.Object |
Remarks
To set an active object, use the IsActive property of any existing object.