prendy
Version:
Make games with prerendered backdrops using babylonjs and repond
13 lines (12 loc) • 1.05 kB
TypeScript
export declare const rangeOptionsQuick: {
readonly touch: number;
readonly talk: number;
readonly see: number;
};
export declare const dollParamEffects: import("repond/src/usable/paramEffects").ParamEffectsGroup<"waitForModelToLoad" | "whenWholePlaceFinishesLoading", {
dollName: string;
modelName: string;
}>;
export declare function startDynamicDollRulesForInitialState(): void;
export declare function stopDynamicDollRulesForInitialState(): void;
export declare const dollEffects: Record<"whenModelNameChanges" | "whenDollAddedOrRemoved" | "whenNowAnimationChanged" | "whenAnimWeightsChanged" | "whenRotationYChanged" | "whenPositionChangesToEdit" | "whenPositionChangesCheckInRange" | "whenHidingUpdateInRange" | "updateDollScreenPositionWhenSlateMoves" | "whenToggledMeshesChanges" | "whenIsVisibleChanges" | "whenRotationGoalChangedToFix" | "positionGoalChanged" | "positionStartedMoving" | "rotationYGoalChanged" | "rotationYStartedMoving" | "animWeightsGoalChanged" | "animWeightsStartedMoving", import("repond").Effect>;