ResourceEvents type

Events emitted by ResourceInterface.

Signature:

type ResourceEvents = {
    render: (resource: ResourceInterface) => void;
    'render:end': (resource: ResourceInterface) => void;
    'render:start': (resource: ResourceInterface) => void;
    'update:end': (resource: ResourceInterface) => void;
    'update:start': (resource: ResourceInterface) => void;
};

References: ResourceInterface

Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2024 Core3D, Inc. All Rights Reserved.