定制OP
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Playables;
|
||||
|
||||
namespace AibisDream
|
||||
{
|
||||
public class SpriteLoopBehaviour : PlayableBehaviour
|
||||
{
|
||||
public Renderer targetRenderer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user