Editor Scripting API
    Preparing search index...

    The entity which will be coverted into the Lens scene during project export. This scene will contan and own all objects and components in the Lens. This entity can be accessed via the current project’s model.project.scene.

    Hierarchy (View Summary)

    Index

    Properties

    cacheFile: Path
    captureTarget: RenderTarget
    id: Uuid

    The unique id of the entity.

    layers: Layers

    This list of layers that exists within this scene.

    liveOverlayTarget: RenderTarget
    liveTarget: RenderTarget
    mainCamera: Camera

    The camera that renders renderOutput.

    meta: Meta
    name: string

    The name of the asset.

    rootSceneObjects: SceneObject[]

    A list of scene objects which is a direct child of this entity.

    sceneObjects: SceneObject[]

    A list of scene objects which is a child of this entity.

    type: string

    The entity's type.

    Methods

    • Parameters

      • type: string

      Returns boolean