ModifierEvents type

Events emitted by ModifierInterface.

Signature:

type ModifierEvents = {
    'render:end': (modifier: ModifierInterface) => void;
    'render:start': (modifier: ModifierInterface) => void;
    'update:end': (modifier: ModifierInterface) => void;
    'update:start': (modifier: ModifierInterface) => void;
};

References: ModifierInterface

Get in touch

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

PressPrivacyTermsSupportCopyright © 2024 Core3D, Inc. All Rights Reserved.