mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2024-11-25 16:18:56 +08:00
Tween fix
This commit is contained in:
parent
bdd32cba8b
commit
951cd6bd07
|
@ -3,9 +3,9 @@ namespace Strawberry
|
||||||
{
|
{
|
||||||
public class Tween : Component
|
public class Tween : Component
|
||||||
{
|
{
|
||||||
public Ease.Easer Easer;
|
public Ease.Easer Easer ~ delete _;
|
||||||
public delegate void(float) OnUpdate;
|
public delegate void(float) OnUpdate ~ delete _;
|
||||||
public delegate void() OnComplete;
|
public delegate void() OnComplete ~ delete _;
|
||||||
public bool RemoveOnComplete;
|
public bool RemoveOnComplete;
|
||||||
|
|
||||||
public float T { get; private set; }
|
public float T { get; private set; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user