Type Alias AI3DCharacterProps

AI3DCharacterProps: {
    apiKey?: AuthClientMessage["apiKey"];
    environment?: Environments;
    lowPerformanceMode?: boolean;
    onLoad: (client: SandaiClient) => void;
    showControls?: boolean;
    url: string;
    userId?: AuthClientMessage["userId"];
    voiceName?: VoiceNames;
    vrmUrl?: string;
}

Props for the AI3DCharacter component.

Type declaration