Horje
tile palette background color Code Example
tile palette background color
EditorGUILayout.BeginHorizontal();
float leftMargin = (Screen.width / EditorGUIUtility.pixelsPerPoint - TilemapEditorTool.tilemapEditorToolsToolbarSize) * 0.5f;
GUILayout.Space(leftMargin);
EditorGUILayout.EditorToolbar(TilemapEditorTool.tilemapEditorTools);
previewUtility.camera.backgroundColor = EditorGUILayout.ColorField(previewUtility.camera.backgroundColor);  // <--- CHANGE!
GUILayout.Space(leftMargin);
EditorGUILayout.EndHorizontal();
Source: sbcgames.io
tile palette background color
EditorGUILayout.BeginHorizontal();
float leftMargin = (Screen.width / EditorGUIUtility.pixelsPerPoint - TilemapEditorTool.tilemapEditorToolsToolbarSize) * 0.5f;
GUILayout.Space(leftMargin);
EditorGUILayout.EditorToolbar(TilemapEditorTool.tilemapEditorTools);
GUILayout.Space(leftMargin);
EditorGUILayout.EndHorizontal();
Source: sbcgames.io




Whatever

Related
db.collection.deleteMany( Code Example db.collection.deleteMany( Code Example
how to run program with other files in gdb Code Example how to run program with other files in gdb Code Example
appdata/local/microsoft/windowsapps/python: permission denied Code Example appdata/local/microsoft/windowsapps/python: permission denied Code Example
material design 3.0 Code Example material design 3.0 Code Example
Allied (film) Code Example Allied (film) Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7