Show / Hide Table of Contents

Class ColorValueModule

Inheritance
System.Object
UIComponentModule<ColorPicker>
ColorPickerModuleBase
ColorValueModule
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>.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 class ColorValueModule : ColorPickerModuleBase

Constructors

ColorValueModule(ColorPicker)

Declaration
protected ColorValueModule(ColorPicker owner)
Parameters
Type Name Description
ColorPicker owner

Methods

ApplyColors(IColorSchema)

Declaration
public override void ApplyColors(IColorSchema schema)
Parameters
Type Name Description
IColorSchema schema
Overrides
NoXP.Shared.UI.UIComponentModule<NoXP.RuntimeComponents.ColorPicker.ColorPicker>.ApplyColors(NoXP.Shared.IColorSchema)

Init()

Declaration
protected override void Init()
Overrides
NoXP.Shared.UI.UIComponentModule<NoXP.RuntimeComponents.ColorPicker.ColorPicker>.Init()

Refresh()

Declaration
public override void Refresh()
Overrides
NoXP.Shared.UI.UIComponentModule<NoXP.RuntimeComponents.ColorPicker.ColorPicker>.Refresh()

SetPickerActive(Boolean)

sets the color value module's picker active or inactive

Declaration
public void SetPickerActive(bool active)
Parameters
Type Name Description
System.Boolean active

true to activate the color picker, false otherwise

In This Article
Back to top Generated by DocFX