Add dedicated editor for Texture Group picking

This commit is contained in:
Wojtek Figat
2021-06-18 09:43:35 +02:00
parent 801e3c26d4
commit 2d88ed17d4
2 changed files with 52 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ namespace FlaxEditor.Content.Import
/// <summary>
/// Texture group for streaming (negative if unused). See Streaming Settings.
/// </summary>
[CustomEditor(typeof(CustomEditors.Dedicated.TextureGroupEditor))]
[EditorOrder(300), Tooltip("Texture group for streaming (negative if unused). See Streaming Settings.")]
public int TextureGroup = -1;