wima
    Preparing search index...

    Interface AnimationEffectorEnforcer

    interface AnimationEffectorEnforcer {
        apply: (world: World, entity: Entity, results: number[]) => void;
        elementSize: () => number;
    }
    Index

    Properties

    Properties

    apply: (world: World, entity: Entity, results: number[]) => void
    elementSize: () => number