mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[unity] Minor: Updated English 4.3-split-component-upgrade-guide with preceding breaking change.
This commit is contained in:
parent
4d076ba430
commit
9efea584a0
@ -168,6 +168,9 @@ Here's what changes for each component:
|
|||||||
| `skeletonRenderer.addNormals` | `skeletonRenderer.MeshSettings.addNormals` | Moved to MeshSettings |
|
| `skeletonRenderer.addNormals` | `skeletonRenderer.MeshSettings.addNormals` | Moved to MeshSettings |
|
||||||
| `skeletonRenderer.calculateTangents` | `skeletonRenderer.MeshSettings.calculateTangents` | Moved to MeshSettings |
|
| `skeletonRenderer.calculateTangents` | `skeletonRenderer.MeshSettings.calculateTangents` | Moved to MeshSettings |
|
||||||
|
|
||||||
|
#### Hidden Lowercase Attributes
|
||||||
|
- `skeletonRenderer.maskInteraction` is replaced by Property `skeletonRenderer.MaskInteraction`.
|
||||||
|
|
||||||
#### Deprecated Lowercase Attributes
|
#### Deprecated Lowercase Attributes
|
||||||
- Lowercase attributes `initialFlipX`, `initialFlipY` and `initialSkinName` are now deprecated and will be removed in future runtime versions. Use the added properties of the same name but uppercase instead: `InitialFlipX`, `InitialFlipY` and `InitialSkinName`.
|
- Lowercase attributes `initialFlipX`, `initialFlipY` and `initialSkinName` are now deprecated and will be removed in future runtime versions. Use the added properties of the same name but uppercase instead: `InitialFlipX`, `InitialFlipY` and `InitialSkinName`.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user