Preparing search index...

    A native asset that provides the target for a camera to provide its output to. Import with Editor.Model.AssetManager#createNativeAsset.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    allocateMips: boolean

    Generate mipmap levels for the render target.

    antialiasingMode: AntialiasingMode

    Antialiasing technique applied to the render target.

    cacheFile: Path

    Path to the cached asset file.

    clearColor: vec4

    Color to clear the render target with each frame.

    clearColorOption: ClearColorOption

    Determines when and how the render target is cleared.

    depthBuffer: DepthBufferStrategy

    Depth buffer strategy used for rendering.

    Import metadata for the asset.

    id: Uuid

    The unique id of the entity.

    inputTexture: Texture

    Source texture to render into the target.

    meta: Meta

    Metadata associated with this entity, providing access to its unique identifier and other descriptive properties.

    msaaStrategy: MSAAStrategy

    Multisample antialiasing configuration.

    name: string

    The name of the asset.

    resolution: Editor.Size

    Pixel dimensions of the render target.

    type: string

    The entity's type.

    useScreenResolution: boolean

    Whether to use the screen resolution instead of an explicit one.

    Methods

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object refers to the same instance as the given object.

      Parameters

      Returns boolean