[ToggleLeft]

Displays a boolean field with the checkbox on the left side of the label.

Support Types

Type
Description

bool

Boolean value

Examples

using UnityEngine;
using RenownedGames.Apex;

public class ToggleLeftExample : MonoBehaviour
{
    [ToggleLeft]
    public bool isEnabled;
}

Last updated