Type Alias AI3DCharacterProps
AI3DCharacterProps: { onLoad: (client: SandaiClient) => void; showControls?: boolean; url: string; voiceName?: VoiceNames; vrmUrl?: string;} Type declaration
onLoad: (client: SandaiClient) => void
Optional
showControls?: boolean
url: string
Optional
vrmUrl?: string
Props for the
AI3DCharacter
component.