[ToggleLeft]
Support Types
Type
Description
Examples
using UnityEngine;
using RenownedGames.Apex;
public class ToggleLeftExample : MonoBehaviour
{
[ToggleLeft]
public bool isEnabled;
}Last updated
using UnityEngine;
using RenownedGames.Apex;
public class ToggleLeftExample : MonoBehaviour
{
[ToggleLeft]
public bool isEnabled;
}Last updated