11 lines
198 B
C#
Raw Permalink Normal View History

2025-01-02 12:15:45 +08:00
using System;
using UnityEngine;
using UnityEngine.Playables;
using UnityEngine.Timeline;
[Serializable]
public class TimeDilationBehaviour : PlayableBehaviour
{
public float timeScale = 1f;
}