Taos API Reference
    Preparing search index...

    Interface AssemblyLink

    A scene (or assembly) node that is an instance of an assembly: a link to the source asset plus the sparse AssemblyOverride delta applied on top of it. The instance's own placement (the host node's transform) is authored scene state, not an override.

    interface AssemblyLink {
        asset: string;
        overrides: AssemblyOverride[];
    }
    Index

    Properties

    Properties

    asset: string

    Stable guid of the .assembly asset.

    overrides: AssemblyOverride[]