mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Fix warning case in examples.
This commit is contained in:
parent
bda6c58dbe
commit
3b92f7cb79
@ -1,4 +1,4 @@
|
|||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ namespace Spine.Unity.Examples {
|
|||||||
[Header("Debug")]
|
[Header("Debug")]
|
||||||
[SerializeField] float balance;
|
[SerializeField] float balance;
|
||||||
[SerializeField] float distanceBetweenFeet;
|
[SerializeField] float distanceBetweenFeet;
|
||||||
[SerializeField] Foot nearFoot, farFoot;
|
[SerializeField] protected Foot nearFoot, farFoot;
|
||||||
|
|
||||||
Skeleton skeleton;
|
Skeleton skeleton;
|
||||||
Bone nearFootBone, farFootBone;
|
Bone nearFootBone, farFootBone;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user