[ShowIfGroup]
Parameters
Parameter Name
Arguments
Description
Examples
[ToggleLeft]
public bool showGroup = true;
[BoxGroup("Conditional Group")]
[ShowIfGroup("@showGroup")]
public string field1 = "Field 1";
[BoxGroup("Conditional Group")]
public int field2 = 42;
[BoxGroup("Conditional Group")]
public float field3 = 3.14f;Last updated