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