using System; using UnityEngine.Playables; [Serializable] public class FollowTargetBehaviour : PlayableBehaviour { [Rename("是否贴地")] public bool isGround; public override void OnPlayableCreate(Playable playable) { } }