Attributes

Table of Content

Table of Content

Table of Content

Tab

Groups fields under a selectable tab in the inspector

Every variable under the attribute will be inside the tab

Multiple Tab will be place horizontally

Close the tab with [CloseTab] attribute

using MVsToolkit.Dev;



[Tab("Movement")]
public int MoveSpeed;
public int JumpForce;
public int DashForce;

[Tab("References")]
public Rigidbody Rb;
public BoxCollider Collid;

[CloseTab]

[Tab("Debug")]
public float Velocity;
public float drag

Require namespace MVsToolkit.Dev

Create a free website with Framer, the website builder loved by startups, designers and agencies.