Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

SpriteImportMode

enumeration

Description

Texture importer modes for Sprite import.

Variables

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.