Timeline
This commit is contained in:
15
Assets/Scripts/DynamicUI/Timeline/TimePointer.cs
Normal file
15
Assets/Scripts/DynamicUI/Timeline/TimePointer.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using TMPro;
|
||||
using UniRx;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.Editor
|
||||
{
|
||||
public class TimePointer : MonoBehaviour
|
||||
{
|
||||
public TMP_Text intervalUnitText;
|
||||
public float time;
|
||||
public int index;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user