hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
57 lines (27 loc) • 826 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [client](./client.md) > [HytopiaUI](./client.hytopiaui.md) > [hasSceneUITemplateRenderer](./client.hytopiaui.hassceneuitemplaterenderer.md)
## HytopiaUI.hasSceneUITemplateRenderer() method
Checks whether a Scene UI template is currently registered.
**Signature:**
```typescript
hasSceneUITemplateRenderer(templateId: string): boolean;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
templateId
</td><td>
string
</td><td>
Template identifier to check
</td></tr>
</tbody></table>
**Returns:**
boolean
`true` if the template is registered, `false` otherwise