Skip to content

Commit

Permalink
added getter to linked spriteAtlas in SpriteAnimationClip3000
Browse files Browse the repository at this point in the history
  • Loading branch information
am1goo committed Jul 9, 2024
1 parent 3a242b4 commit 164743e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Runtime/SpriteAnimationClip3000.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ private void OnEnable()
m_sprites = null;
}

public SpriteAtlas spriteAtlas { get { return m_spriteAtlas; } }
public int framesCount { get { return m_frames.Count; } }
public float length { get { return m_length; } }
public float GetLength(float timeScale)
Expand Down

0 comments on commit 164743e

Please sign in to comment.