Skip to content

Commit 164743e

Browse files
committed
added getter to linked spriteAtlas in SpriteAnimationClip3000
1 parent 3a242b4 commit 164743e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/SpriteAnimationClip3000.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ private void OnEnable()
2727
m_sprites = null;
2828
}
2929

30+
public SpriteAtlas spriteAtlas { get { return m_spriteAtlas; } }
3031
public int framesCount { get { return m_frames.Count; } }
3132
public float length { get { return m_length; } }
3233
public float GetLength(float timeScale)

0 commit comments

Comments
 (0)