修复插槽禁用功能

This commit is contained in:
ww-rm
2025-08-18 18:39:27 +08:00
parent 5bfa625868
commit 6dfd25b760
18 changed files with 135 additions and 21 deletions

View File

@@ -66,6 +66,8 @@ namespace Spine.Implementations.SpineWrappers.V21
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V34
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V35
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V36
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V37
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -74,6 +74,8 @@ namespace Spine.Implementations.SpineWrappers.V38
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V40
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V41
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V42
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}