Class SpriteImporterData
The importer data about a sprite asset.
Namespace: UnityEditor.Build.Pipeline.Interfaces
Syntax
public class SpriteImporterData : object
Properties
PackedSprite
Property if this sprite asset is packed by the sprite packer.
Declaration
public bool PackedSprite { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
SourceTexture
Object identifier of the source texture for the sprite.
Declaration
public ObjectIdentifier SourceTexture { get; set; }
Property Value
Type | Description |
---|---|
ObjectIdentifier |