mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 18:26:52 +08:00
[csharp] Fixed two warnings.
This commit is contained in:
parent
f1350db84d
commit
37ae2ac476
@ -644,8 +644,6 @@ namespace Spine {
|
|||||||
|
|
||||||
/// <summary>Changes a bone's local <see cref="BoneLocal.Rotation"/>.</summary>
|
/// <summary>Changes a bone's local <see cref="BoneLocal.Rotation"/>.</summary>
|
||||||
public class RotateTimeline : BoneTimeline1, IBoneTimeline {
|
public class RotateTimeline : BoneTimeline1, IBoneTimeline {
|
||||||
readonly int boneIndex;
|
|
||||||
|
|
||||||
public RotateTimeline (int frameCount, int bezierCount, int boneIndex)
|
public RotateTimeline (int frameCount, int bezierCount, int boneIndex)
|
||||||
: base(frameCount, bezierCount, boneIndex, Property.Rotate) {
|
: base(frameCount, bezierCount, boneIndex, Property.Rotate) {
|
||||||
}
|
}
|
||||||
|
|||||||
@ -54,7 +54,6 @@ namespace Spine {
|
|||||||
: base(data, pose, constrained) {
|
: base(data, pose, constrained) {
|
||||||
}
|
}
|
||||||
|
|
||||||
public D Data { get { return data; } }
|
|
||||||
public IConstraintData IData { get { return data; } }
|
public IConstraintData IData { get { return data; } }
|
||||||
abstract public IConstraint Copy (Skeleton skeleton);
|
abstract public IConstraint Copy (Skeleton skeleton);
|
||||||
abstract public void Sort (Skeleton skeleton);
|
abstract public void Sort (Skeleton skeleton);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user