Add soundEmitterOptions to App.tsx
This commit is contained in:
@@ -685,6 +685,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
|
|||||||
const selectedInteractableLinks =
|
const selectedInteractableLinks =
|
||||||
selectedInteractable === null ? [] : getInteractionLinksForSource(editorState.document.interactionLinks, selectedInteractable.id);
|
selectedInteractable === null ? [] : getInteractionLinksForSource(editorState.document.interactionLinks, selectedInteractable.id);
|
||||||
const teleportTargetOptions = entityDisplayList.filter(({ entity }) => entity.kind === "teleportTarget");
|
const teleportTargetOptions = entityDisplayList.filter(({ entity }) => entity.kind === "teleportTarget");
|
||||||
|
const soundEmitterOptions = entityDisplayList.filter(({ entity }) => entity.kind === "soundEmitter");
|
||||||
const visibilityBrushOptions = brushList.map((brush, brushIndex) => ({
|
const visibilityBrushOptions = brushList.map((brush, brushIndex) => ({
|
||||||
brush,
|
brush,
|
||||||
label: getBrushLabel(brush, brushIndex)
|
label: getBrushLabel(brush, brushIndex)
|
||||||
|
|||||||
Reference in New Issue
Block a user