15 lines
259 B
C#
15 lines
259 B
C#
|
|
using UnityEngine;
|
||
|
|
using UnityEngine.Playables;
|
||
|
|
using UnityEngine.Timeline;
|
||
|
|
|
||
|
|
namespace VRBeats
|
||
|
|
{
|
||
|
|
[HideInMenu]
|
||
|
|
public class VR_BeatMarker : Marker , INotification
|
||
|
|
{
|
||
|
|
public PropertyName id { get { return new PropertyName(); } }
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|