Options
All
  • Public
  • Public/Protected
  • All
Menu

Applies a standard color-tint effect on controls that have a MouseInteraction component.

Hierarchy

Index

Constructors

constructor

Properties

disabled

disabled: Color

The color used when the entity has InactiveUIElement component.

hover

hover: Color

The color used when MouseInteraction.down = false and MouseInteraction.over = false.

normal

normal: Color

The color used when MouseInteraction.down = false and MouseInteraction.over = false.

pressed

pressed: Color

The color used when MouseInteraction.down = true.

Static _isSharedComp

_isSharedComp: boolean

Static _size

_size: number

Static _view

_view: any

Static cid

cid: number

Static disabled

Static hover

Static normal

Static pressed

Methods

Static _dtorFn

Static _fromPtr

Static _tempHeapPtr

Static _toPtr

Generated using TypeDoc