mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
[unity] Minor cleanup.
This commit is contained in:
parent
34f8afbefc
commit
e29f53785e
@ -41,7 +41,6 @@ namespace Spine.Unity.MeshGeneration {
|
|||||||
public List<Slot> Separators { get { return this.separators; } }
|
public List<Slot> Separators { get { return this.separators; } }
|
||||||
|
|
||||||
#region Settings
|
#region Settings
|
||||||
// ArraysMeshGenerator.PremultiplyAlpha
|
|
||||||
public float ZSpacing { get; set; }
|
public float ZSpacing { get; set; }
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
@ -125,8 +125,6 @@ namespace Spine.Unity.Modules {
|
|||||||
int rendererCount = partsRenderers.Count;
|
int rendererCount = partsRenderers.Count;
|
||||||
if (rendererCount <= 0) return;
|
if (rendererCount <= 0) return;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (copyPropertyBlock)
|
if (copyPropertyBlock)
|
||||||
mainMeshRenderer.GetPropertyBlock(copiedBlock);
|
mainMeshRenderer.GetPropertyBlock(copiedBlock);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user