Skip to content

Commit b1b36ea

Browse files
committed
move rigidbody info to dedicated info group in Properties Panel
1 parent af955ba commit b1b36ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/Editor/CustomEditors/Dedicated/RigidBodyEditor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ public override void Initialize(LayoutElementsContainer layout)
9393
// Add info box
9494
if (IsSingleObject && Values[0] is RigidBody && Editor.IsPlayMode)
9595
{
96-
_infoLabel = layout.Label(string.Empty).Label;
96+
var group = layout.Group("Info");
97+
_infoLabel = group.Label(string.Empty).Label;
9798
_infoLabel.AutoHeight = true;
9899
}
99100
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy