Table of Contents

Class ToggleGraphic

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

Describes a target Graphic and its on/off colors to be animated with the toggle state.

[Serializable]
public class ToggleGraphic
Inheritance
object
ToggleGraphic

Properties

OffColor

public Color OffColor { get; }

Property Value

Color

OnColor

public Color OnColor { get; }

Property Value

Color

TargetGraphic

public Graphic TargetGraphic { get; }

Property Value

Graphic