Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SpriteImportMode

enumeration

Description

Texture importer modes for Sprite import.

Properties

NoneGraphic is not a Sprite.
SingleSprite is a single image section extracted automatically from the texture.
MultipleSprites are multiple image sections extracted from the texture.
PolygonSprite has it own mesh outline defined.