Attributes

Table of Content

Table of Content

Table of Content

Inline

Draws a struct or class inline in the Inspector without a foldout.


The class or struct need to be Serializable

Support only basic variable (string, int, float, bool, enum)

using MVsToolkit.Dev;



[Inline] public InlineClass InlineClass;

[System.Serializable]
public struct InlineClass
{
    public string name;
    public bool isValid;
}

Require namespace MVsToolkit.Dev

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