[csharp] Port of commit 831cf1a: getPathSuffix -> hasPathSuffix.

This commit is contained in:
Harald Csaszar 2026-03-11 19:41:47 +01:00
parent 5baf2cadd1
commit 5c8ab0aecf

View File

@ -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; } }