dcl-npc-toolkit-ai-version
Version:
A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations. AI usage is added atop of it
8 lines (7 loc) • 399 B
TypeScript
export declare function addFaceUserSystem(): void;
export declare const TrackUserFlag: import("@dcl/sdk/ecs").MapComponentDefinition<import("@dcl/sdk/ecs").MapResult<{
lockXZRotation: import("@dcl/sdk/ecs").ISchema<boolean>;
active: import("@dcl/sdk/ecs").ISchema<boolean>;
rotSpeed: import("@dcl/sdk/ecs").ISchema<number>;
}>>;
export declare function faceUserSystem(dt: number): void;