Show / Hide Table of Contents

Class ColorPickerModuleBase

Abstract base class for specific modules used in the ColorPicker class

Inheritance
System.Object
UIComponentModule<ColorPicker>
ColorPickerModuleBase
ChannelModule
ColorValueModule
ColorwheelModule
HexadecimalModule
ModeModule
SwatchModule
Inherited Members
UIComponentModule<ColorPicker>._owner
UIComponentModule<ColorPicker>._nameModuleTransform
UIComponentModule<ColorPicker>._rectTransform
UIComponentModule<ColorPicker>._eventHandler
UIComponentModule<ColorPicker>.Owner
UIComponentModule<ColorPicker>.RectTransform
UIComponentModule<ColorPicker>.EventTrigger
UIComponentModule<ColorPicker>.Init()
UIComponentModule<ColorPicker>.Refresh()
UIComponentModule<ColorPicker>.ApplyColors(IColorSchema)
UIComponentModule<ColorPicker>.SetActive(Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.RuntimeComponents.ColorPicker
Assembly: NoXP.RuntimeComponents.dll
Syntax
public abstract class ColorPickerModuleBase : UIComponentModule<ColorPicker>

Constructors

ColorPickerModuleBase(ColorPicker, String)

Declaration
public ColorPickerModuleBase(ColorPicker owner, string areaName)
Parameters
Type Name Description
ColorPicker owner
System.String areaName
In This Article
Back to top Generated by DocFX