mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[csharp] Port of commit 831cf1a: getPathSuffix -> hasPathSuffix.
This commit is contained in:
parent
5baf2cadd1
commit
5c8ab0aecf
@ -50,7 +50,7 @@ namespace Spine {
|
||||
/// <summary>The index of the region to show for the setup pose.</summary>
|
||||
public int SetupIndex { get { return setupIndex; } set { setupIndex = value; } }
|
||||
public TextureRegion[] Regions { get { return regions; } }
|
||||
public bool PathSuffix { get { return pathSuffix; } }
|
||||
public bool HasPathSuffix { get { return pathSuffix; } }
|
||||
/// <summary>Returns a unique ID for this attachment.</summary>
|
||||
public int Id { get { return id; } }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user