mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-01-04 15:36:54 +07:00
Add optional bitmap trimming
This commit is contained in:
@@ -287,6 +287,8 @@ namespace FTEditor {
|
||||
public ushort Id = 0;
|
||||
public byte[] ARGB32 = new byte[0];
|
||||
public ushort Redirect = 0;
|
||||
public int RealWidth = 0;
|
||||
public int RealHeight = 0;
|
||||
public SwfRectData SourceRect = SwfRectData.identity;
|
||||
public SwfRectIntData TrimmedRect = SwfRectIntData.identity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user