We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a242b4 commit 164743eCopy full SHA for 164743e
Runtime/SpriteAnimationClip3000.cs
@@ -27,6 +27,7 @@ private void OnEnable()
27
m_sprites = null;
28
}
29
30
+ public SpriteAtlas spriteAtlas { get { return m_spriteAtlas; } }
31
public int framesCount { get { return m_frames.Count; } }
32
public float length { get { return m_length; } }
33
public float GetLength(float timeScale)
0 commit comments