[EnumToggleButtons]
Support Types
Type
Description
Parameters
Parameter Name
Arguments
Description
Examples
using UnityEngine;
using RenownedGames.Apex;
public enum Alignment
{
Left,
Center,
Right
}
public class EnumToggleButtonsExample : MonoBehaviour
{
[EnumToggleButtons]
public Alignment alignment;
}Last updated