Table of Contents

Class ColorCollectionData

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

ScriptableObject that stores a list of selectable colors for UI elements.

[CreateAssetMenu(fileName = "New ColorCollectionData", menuName = "Modular UI/Data Collections/ColorCollectionData", order = 0)]
public class ColorCollectionData : ScriptableObject
Inheritance
object
Object
ScriptableObject
ColorCollectionData

Properties

Colors

The ordered list of colors available in this collection.

public List<Color> Colors { get; }

Property Value

List<Color>