csharp
public enum SliceMethodHow a texture is cut into sprites.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
GridBySizeA grid of cells of a given size.
GridByCountA grid of a given number of columns and rows, sized to fit.
AutomaticOne sprite per island of opaque texels, found by looking at the alpha.
Used by (4)
- SpriteSheetViewVixen.Editor.AssetEditors
- SpriteSliceOptionsVixen.Editor.Assets
- SpriteSlicerVixen.Editor.Assets
- SpriteSlicerTestsVixen.Editor.Assets.Tests