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