docs: link unlinked type references in API documentation (#49651)

docs: add missing type links in menu.md and shared-texture.md
This commit is contained in:
Rushikesh Bobade
2026-02-10 12:38:52 +05:30
committed by GitHub
parent fd0108907a
commit 7c66112e88
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ Imports the shared texture from the given options.
> [!NOTE]
> This method is only available in the main process.
Returns `SharedTextureImported` - The imported shared texture.
Returns [`SharedTextureImported`](structures/shared-texture-imported.md) - The imported shared texture.
### `sharedTexture.sendSharedTexture(options, ...args)` _Experimental_