mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 02:28:44 +08:00
[unity] Fixed a warning occurring in newer Unity versions, two static extension method classes named SkeletonExtensions in different namespaces but the same file.
This commit is contained in:
parent
84443288b5
commit
844d13d1ef
@ -442,7 +442,7 @@ namespace Spine {
|
||||
}
|
||||
}
|
||||
|
||||
public static class SkeletonExtensions {
|
||||
public static class SpineSkeletonExtensions {
|
||||
public static bool IsWeighted (this VertexAttachment va) {
|
||||
return va.bones != null && va.bones.Length > 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user