| Package | com.yogurt3d.core.sceneobjects.interfaces |
| Interface | public interface ISceneObject extends IEngineObject, flash.events.IEventDispatcher, IIdentifiableObject, IReconstructibleObject |
| Implementors | SceneObject |
| Property | Defined By | ||
|---|---|---|---|
| parent : ISceneObject [read-only]
Indicates the container that contains this object. | ISceneObject | ||
| root : ISceneObject [read-only]
Indicates the top-most relative container that
contains this object. | ISceneObject | ||
| scene : IScene [read-only]
Indicates the scene that contains this object. | ISceneObject | ||
![]() | systemID : String [read-only]
Automatically assigned id. | IIdentifiableObject | |
| transformation : Transformation
Transformation of this object
| ISceneObject | ||
![]() | userID : String
Identification string can be assigned by developer to identify objects. | IIdentifiableObject | |
| viewportLayer : ViewportLayer | ISceneObject | ||
| parent | property |
parent:ISceneObject [read-only] Indicates the container that contains this object. Property value is null if no container object found.
public function get parent():ISceneObject| root | property |
root:ISceneObject [read-only] Indicates the top-most relative container that contains this object. Property value is null if no container object found.
public function get root():ISceneObject| scene | property |
scene:IScene [read-only] Indicates the scene that contains this object. Property value is null if no scene is found.
public function get scene():IScene| transformation | property |
transformation:TransformationTransformation of this object
public function get transformation():Transformation public function set transformation(value:Transformation):void| viewportLayer | property |
viewportLayer:ViewportLayer public function get viewportLayer():ViewportLayer public function set viewportLayer(value:ViewportLayer):void