Show / Hide Table of Contents

Class ModeModule

Inheritance
System.Object
UIComponentModule<ColorPicker>
ColorPickerModuleBase
ModeModule
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>.Refresh()
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 ModeModule : ColorPickerModuleBase

Constructors

ModeModule(ColorPicker)

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

Properties

Dropdown

Declaration
protected TMP_Dropdown Dropdown { get; }
Property Value
Type Description
TMPro.TMP_Dropdown

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()
In This Article
Back to top Generated by DocFX