Skip to main content

Class: Slider

Extends

  • Composite

Implements

Constructors

new Slider()

new Slider(options): Slider

Experimental

A slider to select a value from a range by dragging a thumb along a track.

Slider is a work in progress and will change in future versions.

Parameters

options: SliderOptions

SliderOptions

Returns

Slider

Overrides

Composite.constructor

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:74

Properties

_alpha

_alpha: number

Inherited from

Composite._alpha

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2606


_draggable

protected _draggable: boolean

Inherited from

Composite._draggable

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2609


_game?

optional _game: Game

Inherited from

Composite._game

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2612


_hidden

protected _hidden: boolean

Inherited from

Composite._hidden

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2610


_isUserInteractionEnabled

protected _isUserInteractionEnabled: boolean

Inherited from

Composite._isUserInteractionEnabled

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2608


_position

_position: Point

Inherited from

Composite._position

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2604


_scale

_scale: number

Inherited from

Composite._scale

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2605


_size

protected _size: Size

Inherited from

Composite._size

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2616


_zRotation

_zRotation: number

Inherited from

Composite._zRotation

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2607


absoluteAlpha

absoluteAlpha: number

Inherited from

Composite.absoluteAlpha

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2618


absoluteAlphaChange

absoluteAlphaChange: number

Inherited from

Composite.absoluteAlphaChange

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2619


absolutePosition

absolutePosition: Point

Inherited from

Composite.absolutePosition

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2615


absoluteScale

absoluteScale: number

Inherited from

Composite.absoluteScale

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2617


actions

actions: Action[]

Inherited from

Composite.actions

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2620


children

children: M2Node[]

Inherited from

Composite.children

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2614


compositeType

readonly compositeType: "Slider" = "Slider"

Overrides

Composite.compositeType

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:45


constructionIso8601TimeStamp

constructionIso8601TimeStamp: string

Inherited from

Composite.constructionIso8601TimeStamp

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2601


constructionSequence

constructionSequence: number

Inherited from

Composite.constructionSequence

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2602


constructionTimeStamp

constructionTimeStamp: number

Inherited from

Composite.constructionTimeStamp

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2600


dragging

dragging: boolean

Is the node in a dragging state?

Inherited from

Composite.dragging

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2645


draggingLastPointerOffset

draggingLastPointerOffset: Point

What was the previous pointer offset when the node was in a dragging state?

Inherited from

Composite.draggingLastPointerOffset

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2643


eventListeners

eventListeners: M2NodeEventListener<M2NodeEvent>[]

Inherited from

Composite.eventListeners

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2622


isDrawable

isDrawable: boolean

Inherited from

Composite.isDrawable

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:124


isShape

isShape: boolean

Inherited from

Composite.isShape

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2596


isText

isText: boolean

Inherited from

Composite.isText

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2597


layout

layout: Layout

FOR INTERNAL USE ONLY

Implementation of

SliderOptions.layout

Inherited from

Composite.layout

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2611


loopMessages

loopMessages: Set<string>

Inherited from

Composite.loopMessages

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2626


name

name: string

Name of the node. Only needed if the node will be referred to by name in a later function

Implementation of

SliderOptions.name

Inherited from

Composite.name

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2603


needsInitialization

needsInitialization: boolean

Inherited from

Composite.needsInitialization

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2624


nodeEvents

nodeEvents: M2Event<M2Node>[]

Inherited from

Composite.nodeEvents

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2627


options

options: M2NodeOptions

Inherited from

Composite.options

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2599


parent?

optional parent: M2Node

Inherited from

Composite.parent

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2613


pressed

pressed: boolean

Is the node in a pressed state? E.g., did the user put the pointer down on the node and not yet release it?

Inherited from

Composite.pressed

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2630


pressedAndWithinHitArea

pressedAndWithinHitArea: boolean

Is the node in a pressed state AND is the pointer within the node's hit area? For example, a user may put the pointer down on the node, but then move the pointer, while still down, beyond the node's hit area. In this case, pressed = true, but pressedAndWithinHitArea = false.

Inherited from

Composite.pressedAndWithinHitArea

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2636


pressedInitialPointerOffset

pressedInitialPointerOffset: Point

When the node initially enters the pressed state, what is the pointer offset? (offset from the canvas's origin to the pointer position). We save this because it will be needed if this press then led to a drag.

Inherited from

Composite.pressedInitialPointerOffset

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2640


queuedAction?

optional queuedAction: Action

Inherited from

Composite.queuedAction

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2621


toString()

toString: () => string

Overrides toString() and returns a human-friendly description of the node.

Returns

string

Remarks

Inspiration from https://stackoverflow.com/a/35361695

Inherited from

Composite.toString

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2687


type

readonly type: Composite = M2NodeType.Composite

Inherited from

Composite.type

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:122


userData

userData: any

Inherited from

Composite.userData

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2625


uuid

readonly uuid: string

Internal

Unique identifier (UUID). Will be generated automatically. For m2c2kit library use only

Implementation of

SliderOptions.uuid

Inherited from

Composite.uuid

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2623


withinHitArea

withinHitArea: boolean

Inherited from

Composite.withinHitArea

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2631

Accessors

alpha

Get Signature

get alpha(): number

Opacity of the node. 0 is fully transparent, 1 is fully opaque. Default is 1.0. Alpha has multiplicative inheritance. For example, if the node's parent is alpha .5 and this node's is alpha .4, then the node will appear with alpha .2.

Returns

number

Set Signature

set alpha(alpha): void

Opacity of the node. 0 is fully transparent, 1 is fully opaque. Default is 1.0. Alpha has multiplicative inheritance. For example, if the node's parent is alpha .5 and this node's is alpha .4, then the node will appear with alpha .2.

Parameters

alpha: number

Returns

void

Opacity of the node. 0 is fully transparent, 1 is fully opaque. Default is 1.0. Alpha has multiplicative inheritance. For example, if the node's parent is alpha .5 and this node's is alpha .4, then the node will appear with alpha .2.

Implementation of

SliderOptions.alpha

Inherited from

Composite.alpha

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2944


ancestors

Get Signature

get ancestors(): M2Node[]

Returns all ancestor nodes, not including the node itself.

Returns

M2Node[]

Inherited from

Composite.ancestors

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2742


anchorPoint

Get Signature

get anchorPoint(): Point

Point within the node that determines its position. Default is { x: 0.5, y: 0.5 }, which centers the node on its position

Returns

Point

Set Signature

set anchorPoint(anchorPoint): void

Point within the node that determines its position. Default is { x: 0.5, y: 0.5 }, which centers the node on its position

Parameters

anchorPoint: Point

Returns

void

Point within the node that determines its position. Default is { x: 0.5, y: 0.5 }, which centers the node on its position

Implementation of

SliderOptions.anchorPoint

Inherited from

Composite.anchorPoint

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:134


canvasKit

Get Signature

get canvasKit(): CanvasKit

Gets the scene that contains this node by searching up the ancestor tree recursively. Throws exception if node is not part of a scene.

Returns

CanvasKit

Scene that contains this node

Inherited from

Composite.canvasKit

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2934


completeNodeOptions

Get Signature

get completeNodeOptions(): object

Returns

object

alpha?

optional alpha: number

Opacity of the node. 0 is fully transparent, 1 is fully opaque. Default is 1.0. Alpha has multiplicative inheritance. For example, if the node's parent is alpha .5 and this node's is alpha .4, then the node will appear with alpha .2.

anchorPoint?

optional anchorPoint: Point

Point within the node that determines its position. Default is { x: 0.5, y: 0.5 }, which centers the node on its position

draggable?

optional draggable: boolean

Can the node be dragged?

hidden?

optional hidden: boolean

Is the node, and its children, hidden? (not displayed). Default is false

isUserInteractionEnabled?

optional isUserInteractionEnabled: boolean

Does the node respond to user events, such as taps? Default is false

layout?

optional layout: Layout

FOR INTERNAL USE ONLY

max?

optional max: number

The maximum value of the slider.

min?

optional min: number

The minimum value of the slider.

name?

optional name: string

Name of the node. Only needed if the node will be referred to by name in a later function

position?

optional position: Point

Position of the node within its parent coordinate system. Default is (0, 0)

scale?

optional scale: number

Scale of the node. Default is 1.0

suppressEvents?

optional suppressEvents: boolean

Should the node not emit events to the EventStore? Default is false.

Remarks

This property is for use by authors of Composite nodes. It is not intended for general use.

thumbColor?

optional thumbColor: RgbaColor

The color of the thumb.

thumbSize?

optional thumbSize: Size

The size of the thumb that the user drags.

trackColor?

optional trackColor: RgbaColor

The color of the track.

trackSize?

optional trackSize: Size

The size of the track that the thumb moves along.

uuid?

optional uuid: string

Internal

Unique identifier (UUID). Will be generated automatically. For m2c2kit library use only

value?

optional value: number

The initial value of the slider.

zPosition?

optional zPosition: number

Value along the z-axis to determine drawing and tap order. Larger values are on top.

zRotation?

optional zRotation: number

Rotation of the node around the Z axis. Unit is radians. Default is 0 (no rotation). zRotation has inheritance. In addition to this node's zRotation, all ancestors' zRotations will be applied.

Overrides

Composite.completeNodeOptions

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:103


descendants

Get Signature

get descendants(): M2Node[]

Returns all descendant nodes.

Remarks

Descendants are children and children of children, recursively.

Returns

M2Node[]

Inherited from

Composite.descendants

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2738


draggable

Get Signature

get draggable(): boolean

Can the node be dragged?

Returns

boolean

Set Signature

set draggable(draggable): void

Can the node be dragged?

Parameters

draggable: boolean

Returns

void

Can the node be dragged?

Implementation of

SliderOptions.draggable

Inherited from

Composite.draggable

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2950


game

Get Signature

get game(): Game

The game which this node is a part of.

Remarks

Throws error if node is not part of the game object.

Returns

Game

Inherited from

Composite.game

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2675


hidden

Get Signature

get hidden(): boolean

Is the node, and its children, hidden? (not displayed). Default is false

Returns

boolean

Set Signature

set hidden(hidden): void

Is the node, and its children, hidden? (not displayed). Default is false

Parameters

hidden: boolean

Returns

void

Is the node, and its children, hidden? (not displayed). Default is false

Implementation of

SliderOptions.hidden

Inherited from

Composite.hidden

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2948


isUserInteractionEnabled

Get Signature

get isUserInteractionEnabled(): boolean

Does the node respond to user events, such as taps? Default is false

Returns

boolean

Set Signature

set isUserInteractionEnabled(isUserInteractionEnabled): void

Does the node respond to user events, such as taps? Default is false

Parameters

isUserInteractionEnabled: boolean

Returns

void

Does the node respond to user events, such as taps? Default is false

Implementation of

SliderOptions.isUserInteractionEnabled

Inherited from

Composite.isUserInteractionEnabled

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2946


max

Get Signature

get max(): number

The maximum value of the slider.

Returns

number

Set Signature

set max(value): void

The maximum value of the slider.

Parameters

value: number

Returns

void

The maximum value of the slider.

Implementation of

SliderOptions.max

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:365


min

Get Signature

get min(): number

The minimum value of the slider.

Returns

number

Set Signature

set min(value): void

The minimum value of the slider.

Parameters

value: number

Returns

void

The minimum value of the slider.

Implementation of

SliderOptions.min

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:358


parentSceneAsNode

Get Signature

get parentSceneAsNode(): M2Node

Returns

M2Node

Inherited from

Composite.parentSceneAsNode

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2935


position

Get Signature

get position(): Point

Position of the node within its parent coordinate system. Default is (0, 0)

Returns

Point

Set Signature

set position(position): void

Position of the node within its parent coordinate system. Default is (0, 0)

Parameters

position: Point

Returns

void

Position of the node within its parent coordinate system. Default is (0, 0)

Implementation of

SliderOptions.position

Inherited from

Composite.position

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2938


scale

Get Signature

get scale(): number

Scale of the node. Default is 1.0

Returns

number

Set Signature

set scale(scale): void

Scale of the node. Default is 1.0

Parameters

scale: number

Returns

void

Scale of the node. Default is 1.0

Implementation of

SliderOptions.scale

Inherited from

Composite.scale

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2942


size

Get Signature

get size(): Size

Returns

Size

Set Signature

set size(size): void

Parameters

size: Size

Returns

void

Inherited from

Composite.size

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2936


suppressEvents

Get Signature

get suppressEvents(): boolean

Should the node not emit events to the EventStore? Default is false.

Remarks

This property is for use by authors of Composite nodes. It is not intended for general use.

Returns

boolean

Set Signature

set suppressEvents(value): void

Should the node not emit events to the EventStore? Default is false.

Remarks

This property is for use by authors of Composite nodes. It is not intended for general use.

Parameters

value: boolean

Returns

void

Should the node not emit events to the EventStore? Default is false.

Remarks

This property is for use by authors of Composite nodes. It is not intended for general use.

Implementation of

SliderOptions.suppressEvents

Inherited from

Composite.suppressEvents

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2952


thumbColor

Get Signature

get thumbColor(): RgbaColor

The color of the thumb.

Returns

RgbaColor

Set Signature

set thumbColor(value): void

The color of the thumb.

Parameters

value: RgbaColor

Returns

void

The color of the thumb.

Implementation of

SliderOptions.thumbColor

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:344


thumbSize

Get Signature

get thumbSize(): Size

The size of the thumb that the user drags.

Returns

Size

Set Signature

set thumbSize(value): void

The size of the thumb that the user drags.

Parameters

value: Size

Returns

void

The size of the thumb that the user drags.

Implementation of

SliderOptions.thumbSize

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:337


trackColor

Get Signature

get trackColor(): RgbaColor

The color of the track.

Returns

RgbaColor

Set Signature

set trackColor(value): void

The color of the track.

Parameters

value: RgbaColor

Returns

void

The color of the track.

Implementation of

SliderOptions.trackColor

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:330


trackSize

Get Signature

get trackSize(): Size

The size of the track that the thumb moves along.

Returns

Size

Set Signature

set trackSize(value): void

The size of the track that the thumb moves along.

Parameters

value: Size

Returns

void

The size of the track that the thumb moves along.

Implementation of

SliderOptions.trackSize

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:323


value

Get Signature

get value(): number

The initial value of the slider.

Returns

number

Set Signature

set value(value): void

The initial value of the slider.

Parameters

value: number

Returns

void

The initial value of the slider.

Implementation of

SliderOptions.value

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:351


zPosition

Get Signature

get zPosition(): number

Value along the z-axis to determine drawing and tap order. Larger values are on top.

Returns

number

Set Signature

set zPosition(zPosition): void

Value along the z-axis to determine drawing and tap order. Larger values are on top.

Parameters

zPosition: number

Returns

void

Value along the z-axis to determine drawing and tap order. Larger values are on top.

Implementation of

SliderOptions.zPosition

Inherited from

Composite.zPosition

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:136


zRotation

Get Signature

get zRotation(): number

Rotation of the node around the Z axis. Unit is radians. Default is 0 (no rotation). zRotation has inheritance. In addition to this node's zRotation, all ancestors' zRotations will be applied.

Returns

number

Set Signature

set zRotation(zRotation): void

Rotation of the node around the Z axis. Unit is radians. Default is 0 (no rotation). zRotation has inheritance. In addition to this node's zRotation, all ancestors' zRotations will be applied.

Parameters

zRotation: number

Returns

void

Rotation of the node around the Z axis. Unit is radians. Default is 0 (no rotation). zRotation has inheritance. In addition to this node's zRotation, all ancestors' zRotations will be applied.

Implementation of

SliderOptions.zRotation

Inherited from

Composite.zRotation

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2940

Methods

addChild()

addChild(child): void

Adds a child to this parent node. Throws exception if the child's name is not unique with respect to other children of this parent, or if the child has already been added to another parent.

Parameters

child: M2Node

The child node to add

Returns

void

Inherited from

Composite.addChild

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2695


addEventListener()

addEventListener<T>(type, callback, callbackOptions?): void

Type Parameters

T extends M2NodeEvent

Parameters

type: string

callback

callbackOptions?: CallbackOptions

Returns

void

Inherited from

Composite.addEventListener

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2867


descendant()

descendant<T>(name): T

Searches all descendants by name and returns first matching node.

Type Parameters

T extends M2Node

Parameters

name: string

Name of the descendant node to return

Returns

T

Remarks

Descendants are children and children of children, recursively. Throws exception if no descendant with the given name is found.

Inherited from

Composite.descendant

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2732


dispose()

dispose(): void

Internal

Frees up resources allocated by the Drawable M2Node.

For m2c2kit library use only

Returns

void

Remarks

This will be done automatically by the m2c2kit library; the end-user must not call this.

Inherited from

Composite.dispose

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:138


draw()

draw(canvas): void

Parameters

canvas: Canvas

Returns

void

Overrides

Composite.draw

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:390


drawChildren()

drawChildren(canvas): void

Draws each child node that is Drawable and is not hidden, by zPosition order (highest zPosition on top).

Parameters

canvas: Canvas

CanvasKit canvas

Returns

void

Inherited from

Composite.drawChildren

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2889


duplicate()

duplicate(newName?): Slider

Duplicates a node using deep copy.

Parameters

newName?: string

optional name of the new, duplicated node. If not provided, name will be the new uuid

Returns

Slider

Remarks

This is a deep recursive clone (node and children). The uuid property of all duplicated nodes will be newly created, because uuid must be unique.

Overrides

Composite.duplicate

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:382


getDrawableOptions()

protected getDrawableOptions(): DrawableOptions

Returns

DrawableOptions

Inherited from

Composite.getDrawableOptions

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2927


getNodeOptions()

protected getNodeOptions(): M2NodeOptions

Returns

M2NodeOptions

Inherited from

Composite.getNodeOptions

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2926


getTextOptions()

protected getTextOptions(): TextOptions

Returns

TextOptions

Inherited from

Composite.getTextOptions

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2928


handleCompositeEvent()

handleCompositeEvent(event): void

Event handler for custom events a Composite may generate.

Parameters

event: CompositeEvent

event to handle

Returns

void

Remarks

If the Composite generates custom events, this method is necessary for the Composite to work in replay mode.

Inherited from

Composite.handleCompositeEvent

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:150


initialize()

initialize(): void

Returns

void

Overrides

Composite.initialize

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:112


involvedInActionAffectingAppearance()

involvedInActionAffectingAppearance(): boolean

Determines if this node or ancestor is part of an active action that affects it appearance.

Returns

boolean

true if part of active action affecting appearance

Remarks

This is used to determine if the node should be rendered with anti-aliasing or not. Anti-aliasing on some devices causes a new shader to be compiled during the action, which causes jank.

Inherited from

Composite.involvedInActionAffectingAppearance

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2753


involvedInSceneTransition()

involvedInSceneTransition(): boolean

Determines if the node is a transitioning Scene or a descendant of a transitioning Scene.

Returns

boolean

true if transitioning

Inherited from

Composite.involvedInSceneTransition

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2760


onDrag()

onDrag(callback, options?): void

Executes a callback when the user continues dragging a node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Inherited from

Composite.onDrag

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2859


onDragEnd()

onDragEnd(callback, options?): void

Executes a callback when the user stop dragging a node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Inherited from

Composite.onDragEnd

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2866


onDragStart()

onDragStart(callback, options?): void

Executes a callback when the user begins dragging a node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Inherited from

Composite.onDragStart

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2852


onPointerDown()

onPointerDown(callback, options?): void

Executes a callback when the pointer first is down on the node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Remarks

PointerDown is a pointer down (mouse click or touches begin) within the bounds of the node. It occurs under the same conditions as TapDown.

Inherited from

Composite.onPointerDown

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2817


onPointerLeave()

onPointerLeave(callback, options?): void

Executes a callback when the user moves the pointer (mouse or touches) outside the bounds of the node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Inherited from

Composite.onPointerLeave

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2845


onPointerMove()

onPointerMove(callback, options?): void

Executes a callback when the user moves the pointer (mouse or touches) within the bounds of the node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Inherited from

Composite.onPointerMove

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2837


onPointerUp()

onPointerUp(callback, options?): void

Executes a callback when the user releases a press from the node within the bounds of the node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Remarks

PointerUp is a pointer up (mouse click release or touches end) within the bounds of the node. It does not require that there was a previous PointerDown on the node.

Inherited from

Composite.onPointerUp

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2829


onTapDown()

onTapDown(callback, options?): void

Executes a callback when the user presses down on the node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Remarks

TapDown is a pointer down (mouse click or touches begin) within the bounds of the node.

Inherited from

Composite.onTapDown

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2770


onTapLeave()

onTapLeave(callback, options?): void

Executes a callback when the user moves the pointer (mouse, touches) beyond the bounds of the node while the pointer is down.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Remarks

TapLeave occurs when the pointer (mouse, touches) that has previously pressed the node moves beyond the bounds of the node before the press release.

Inherited from

Composite.onTapLeave

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2807


onTapUp()

onTapUp(callback, options?): void

Executes a callback when the user releases a press, that has been fully within the node, from the node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptionsue.

Returns

void

Remarks

TapUp is a pointer up (mouse click release or touches end) within the bounds of the node and the pointer, while down, has never moved beyond the bounds of the node.

Inherited from

Composite.onTapUp

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2782


onTapUpAny()

onTapUpAny(callback, options?): void

Executes a callback when the user releases a press from the node within the bounds of the node.

Parameters

callback

function to execute

options?: CallbackOptions

CallbackOptions

Returns

void

Remarks

TapUpAny is a pointer up (mouse click release or touches end) within the bounds of the node and the pointer, while down, is allowed to have been beyond the bounds of the node during the press before the release.

Inherited from

Composite.onTapUpAny

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2795


onValueChanged()

onValueChanged(callback, options?): void

Executes a callback when the slider value changes.

Parameters

callback

function to execute

options?: CallbackOptions

Returns

void

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:291


removeAction()

removeAction(key): void

Remove an action from this node. If the action is running, it will be stopped.

Parameters

key: string

key (string identifier) of the action to remove

Returns

void

Inherited from

Composite.removeAction

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2909


removeAllActions()

removeAllActions(): void

Remove all actions from this node. If actions are running, they will be stopped.

Returns

void

Inherited from

Composite.removeAllActions

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2914


removeAllChildren()

removeAllChildren(): void

Removes all children from the node.

Returns

void

Inherited from

Composite.removeAllChildren

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2708


removeChild()

removeChild(child): void

Removes the specific child from this parent node. Throws exception if this parent does not contain the child.

Parameters

child: M2Node

Returns

void

Inherited from

Composite.removeChild

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2715


removeChildren()

removeChildren(children): void

Removes the children from the parent. Throws error if the parent does not contain all of the children.

Parameters

children: M2Node[]

An array of children to remove from the parent node

Returns

void

Inherited from

Composite.removeChildren

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2722


run()

run(action, key?): void

Runs an action on this node.

Parameters

action: Action

The action to run

key?: string

key (string identifier) used to identify the action. Only needed if the action will be referred to later

Returns

void

Remarks

If the node is part of an active scene, the action runs immediately. Otherwise, the action will run when the node's scene becomes active. Calling run() multiple times on a node will add to existing actions, not replace them.

Inherited from

Composite.run

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2902


saveEvent()

protected saveEvent(event): void

Saves the node's event.

Parameters

event: M2Event<M2Node>

event to save

Returns

void

Remarks

If the game event store is not available, the event is saved within the node's nodeEvents event array. It will be added to the game event store when the node is added to the game.

Inherited from

Composite.saveEvent

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2669


saveNodeNewEvent()

protected saveNodeNewEvent(): void

Save the node's construction event in the event store.

Returns

void

Inherited from

Composite.saveNodeNewEvent

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2652


savePropertyChangeEvent()

protected savePropertyChangeEvent(property, value): void

Saves the node's property change event in the event store.

Parameters

property: string

property name

value: undefined | null | string | number | boolean | object

property value

Returns

void

Inherited from

Composite.savePropertyChangeEvent

Defined in

node_modules/@m2c2kit/core/dist/index.d.ts:2659


update()

update(): void

Returns

void

Overrides

Composite.update

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:386


updateThumbLabel()

updateThumbLabel(): void

Returns

void

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:237


warmup()

warmup(canvas): void

Parameters

canvas: Canvas

Returns

void

Overrides

Composite.warmup

Defined in

m2c2kit/packages/addons/src/composites/slider.ts:394