LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

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.