Table of Contents

Struct SpriteEntry

Namespace
UnityEngine.UI
Assembly
Assembly-CSharp.dll
public struct SpriteEntry
Inherited Members
Extension Methods

Properties

Default

public static SpriteEntry Default { get; }

Property Value

SpriteEntry

color

public Color color { get; set; }

Property Value

Color

label

public string label { get; set; }

Property Value

string

scale

public float scale { get; set; }

Property Value

float

sprite

public Sprite sprite { get; set; }

Property Value

Sprite