mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[csharp] Minor cleanup: Fixed whitespace to please format checks.
This commit is contained in:
parent
eb5a776d72
commit
702322e27b
@ -1255,7 +1255,7 @@ namespace Spine {
|
|||||||
|
|
||||||
/// <summary>Returns true if this entry is for the empty animation. See <see cref="AnimationState.SetEmptyAnimation(int, float)"/>,
|
/// <summary>Returns true if this entry is for the empty animation. See <see cref="AnimationState.SetEmptyAnimation(int, float)"/>,
|
||||||
/// <see cref="AnimationState.AddEmptyAnimation(int, float, float)"/>, and <see cref="AnimationState.SetEmptyAnimations(float)"/>.
|
/// <see cref="AnimationState.AddEmptyAnimation(int, float, float)"/>, and <see cref="AnimationState.SetEmptyAnimations(float)"/>.
|
||||||
public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; }}
|
public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; } }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// <para>
|
/// <para>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user