Interface ISpriteLibraryLabel
Represents a Sprite Library's label.
Namespace: UnityEngine.U2D.Animation
Assembly: Unity.2D.Animation.Runtime.dll
Syntax
public interface ISpriteLibraryLabel
Properties
name
Label's name.
Declaration
string name { get; }
Property Value
Type | Description |
---|---|
string |
sprite
Label's Sprite.
Declaration
Sprite sprite { get; }
Property Value
Type | Description |
---|---|
Sprite |