mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-15 12:29:49 +07:00
little style fixes
This commit is contained in:
@@ -20,18 +20,24 @@ namespace FTRuntime {
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
[Header("Sorting")]
|
||||
|
||||
[SerializeField, SwfSortingLayer]
|
||||
string _sortingLayer = string.Empty;
|
||||
|
||||
[SerializeField]
|
||||
int _sortingOrder = 0;
|
||||
|
||||
[Header("Animation")]
|
||||
|
||||
[SerializeField]
|
||||
Color _tint = Color.white;
|
||||
|
||||
[SerializeField]
|
||||
SwfClipAsset _clip = null;
|
||||
|
||||
[SerializeField, HideInInspector]
|
||||
string _sequence = string.Empty;
|
||||
|
||||
[SerializeField, HideInInspector]
|
||||
int _currentFrame = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user