mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[csharp] Minor whitespace changes.
This commit is contained in:
parent
5620b65028
commit
c248037778
@ -73,7 +73,7 @@ namespace Spine {
|
|||||||
|
|
||||||
public string Path { get { return path; } set { path = value; } }
|
public string Path { get { return path; } set { path = value; } }
|
||||||
public Sequence Sequence { get { return sequence; } }
|
public Sequence Sequence { get { return sequence; } }
|
||||||
|
|
||||||
public MeshAttachment ParentMesh {
|
public MeshAttachment ParentMesh {
|
||||||
get { return parentMesh; }
|
get { return parentMesh; }
|
||||||
set {
|
set {
|
||||||
|
|||||||
@ -75,7 +75,7 @@ namespace Spine {
|
|||||||
|
|
||||||
public string Path { get; set; }
|
public string Path { get; set; }
|
||||||
public Sequence Sequence { get { return sequence; } }
|
public Sequence Sequence { get { return sequence; } }
|
||||||
|
|
||||||
public RegionAttachment (string name, Sequence sequence)
|
public RegionAttachment (string name, Sequence sequence)
|
||||||
: base(name) {
|
: base(name) {
|
||||||
if (sequence == null) throw new ArgumentException("sequence cannot be null.", "sequence");
|
if (sequence == null) throw new ArgumentException("sequence cannot be null.", "sequence");
|
||||||
|
|||||||
@ -46,7 +46,7 @@ namespace Spine {
|
|||||||
public int[] Bones { get { return bones; } set { bones = value; } }
|
public int[] Bones { get { return bones; } set { bones = value; } }
|
||||||
public float[] Vertices { get { return vertices; } set { vertices = value; } }
|
public float[] Vertices { get { return vertices; } set { vertices = value; } }
|
||||||
public int WorldVerticesLength { get { return worldVerticesLength; } set { worldVerticesLength = value; } }
|
public int WorldVerticesLength { get { return worldVerticesLength; } set { worldVerticesLength = value; } }
|
||||||
|
|
||||||
public VertexAttachment (string name)
|
public VertexAttachment (string name)
|
||||||
: base(name) {
|
: base(name) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user