mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-01-04 23:46:51 +07:00
custom attributes wip
This commit is contained in:
@@ -22,7 +22,7 @@ namespace FlashTools.Internal {
|
||||
|
||||
[System.Serializable]
|
||||
public struct Settings {
|
||||
[SwfPowerOfTwoIfAttribute("AtlasPowerOfTwo", 32, 8192)]
|
||||
[SwfPowerOfTwoIfAttribute(5, 13, "AtlasPowerOfTwo")]
|
||||
public int MaxAtlasSize;
|
||||
public int AtlasPadding;
|
||||
public int PixelsPerUnit;
|
||||
|
||||
Reference in New Issue
Block a user