Skip to content

Iron-Mountain-Software/color-selection

Repository files navigation

Color Selection

Version: 1.0.2 A UI tool element for selecting a color while in gameplay.

Package Mirrors:

Key Scripts & Components:

  1. public class ColorSelector : MonoBehaviour
    • Actions:
      • public event Action OnSelectedColorChanged
    • Properties:
      • public Color SelectedColor { get; }
    • Methods:
      • public virtual void OnPointerDown(PointerEventData eventData)
      • public virtual void OnDrag(PointerEventData eventData)
  2. public class SelectedColorGraphic : MonoBehaviour

About

A UI tool element for selecting a color while in gameplay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages