File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Packages/Passport/Runtime/Scripts/Public Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ namespace Immutable.Passport
12
12
public class PassportUIBuilder : MonoBehaviour
13
13
{
14
14
[ Header ( "UI Configuration" ) ]
15
- [ SerializeField ] [ Tooltip ( "The PassportManager to connect this UI to" ) ]
15
+ [ SerializeField ]
16
+ [ Tooltip ( "The PassportManager to connect this UI to" ) ]
16
17
private PassportManager passportManager ;
17
18
18
19
[ Header ( "Layout Settings" ) ]
@@ -22,7 +23,8 @@ [SerializeField] [Tooltip("The PassportManager to connect this UI to")]
22
23
[ SerializeField ] private float elementSpacing = 10f ;
23
24
24
25
[ Header ( "Cursor Management (Demo Feature)" ) ]
25
- [ SerializeField ] [ Tooltip ( "WARNING: Aggressive cursor management for demo purposes. May conflict with game cursor logic." ) ]
26
+ [ SerializeField ]
27
+ [ Tooltip ( "WARNING: Aggressive cursor management for demo purposes. May conflict with game cursor logic." ) ]
26
28
private bool forceCursorAlwaysAvailable = true ;
27
29
28
30
[ Header ( "Generated UI References (Auto-populated)" ) ]
You can’t perform that action at this time.
0 commit comments