Skip to content

Commit 0bd1001

Browse files
committed
Expose scene index as public
1 parent a71805c commit 0bd1001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Tween.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Zigurous.Tweening
1+
namespace Zigurous.Tweening
22
{
33
/// <summary>
44
/// The base class of every tween.
@@ -31,7 +31,7 @@ internal enum Flag
3131
/// The index of the scene that contains the object being animated by
3232
/// the tween. The is used to kill the tween when the scene is unloaded.
3333
/// </summary>
34-
internal int sceneIndex = -1;
34+
public int sceneIndex = -1;
3535

3636
/// <summary>
3737
/// The type of tween, used internally for managing and recycling

0 commit comments

Comments
 (0)