From 138cdb9abdcf0bb109c9d48e2b8ff1d9dc193572 Mon Sep 17 00:00:00 2001 From: Chromum Date: Fri, 9 May 2025 11:03:16 +0000 Subject: [PATCH] Update Nodes/Image/Texture2DImport --- Nodes%2FImage%2FTexture2DImport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nodes%2FImage%2FTexture2DImport.md b/Nodes%2FImage%2FTexture2DImport.md index 3fecca8..0e0b8f4 100644 --- a/Nodes%2FImage%2FTexture2DImport.md +++ b/Nodes%2FImage%2FTexture2DImport.md @@ -15,8 +15,8 @@ | Name | Type | Description | |-----------------|------------|---------------------------------------------| | `textureOutput` | `ImageData` | The converted texture as internal image data. | -| File Name | `string` | The name of the imported texture file. | -| File Directory | `string` | The directory path of the texture asset. | +| `File Name` | `string` | The name of the imported texture file. | +| `File Directory` | `string` | The directory path of the texture asset. | ---