mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 23:34:53 +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>
|
||||
public class RotateTimeline : BoneTimeline1, IBoneTimeline {
|
||||
readonly int boneIndex;
|
||||
|
||||
public RotateTimeline (int frameCount, int bezierCount, int boneIndex)
|
||||
: base(frameCount, bezierCount, boneIndex, Property.Rotate) {
|
||||
}
|
||||
|
||||
@ -54,7 +54,6 @@ namespace Spine {
|
||||
: base(data, pose, constrained) {
|
||||
}
|
||||
|
||||
public D Data { get { return data; } }
|
||||
public IConstraintData IData { get { return data; } }
|
||||
abstract public IConstraint Copy (Skeleton skeleton);
|
||||
abstract public void Sort (Skeleton skeleton);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user