Playable
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Playables;
|
||||
|
||||
namespace AibisDream
|
||||
{
|
||||
public class SpriteLoopPlayableAsset : PlayableAsset
|
||||
{
|
||||
public ExposedReference<GameObject> targetObject;
|
||||
public Sprite[] sprites;
|
||||
|
||||
public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8b97eda884604ff5bd906f2a7a4859f1
|
||||
timeCreated: 1747288570
|
||||
Reference in New Issue
Block a user