@lightningjs/renderer
    Preparing search index...

    Type Alias NodeTextureFailedPayload

    Payload for when texture failed to load

    type NodeTextureFailedPayload = {
        error: TextureError;
        type: "texture";
    }
    Index

    Properties

    Properties

    type: "texture"