Vixen
02b45cc4
csharp
public enum SliceMethod

How 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)

  • GridBySize

    A grid of cells of a given size.

  • GridByCount

    A grid of a given number of columns and rows, sized to fit.

  • Automatic

    One 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