Type Alias AI3DCharacterProps

AI3DCharacterProps: {
    onLoad: (client: SandaiClient) => void;
    showControls?: boolean;
    url: string;
    voiceName?: VoiceNames;
    vrmUrl?: string;
}

Props for the AI3DCharacter component.

Type declaration

  • onLoad: (client: SandaiClient) => void
  • OptionalshowControls?: boolean
  • url: string
  • OptionalvoiceName?: VoiceNames
  • OptionalvrmUrl?: string