Table of Contents

Class CircularArrayContentItem

Namespace
Fr4z.CircularArrayUi
Assembly
Fr4z.CircularArray.dll

Class that contains informations of children fo the CircularArray

[AddComponentMenu("Fr4z/Circular Array Content Item")]
public class CircularArrayContentItem
Inheritance
CircularArrayContentItem
Inherited Members

Fields

CanvasGroup

The canvas group of the item, used for the alpha transition

public CanvasGroup CanvasGroup

Field Value

CanvasGroup

ContentOverride

Used to override properties like scale, color and alpha if the root of the item contains this component

public CircularArrayContentOverride ContentOverride

Field Value

CircularArrayContentOverride

Graphic

The graphic (image, text...) of the item (used for the color transition)

public Graphic Graphic

Field Value

Graphic

Graphics

The graphics (images, texts...) of the item (used for the alpha transition if CanvasGroup is null)

public Graphic[] Graphics

Field Value

Graphic[]

Transform

The UnityEngine.Transform of the item

public Transform Transform

Field Value

Transform