[Interval]
Support Types
Type
Description
Parameters
Examples
using UnityEngine;
using RenownedGames.Apex;
public class IntervalExample : MonoBehaviour
{
[Interval]
public Vector2 timeInterval;
}Last updated