Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MultiPointerScaleBehavior

A behavior that when attached to a mesh will allow the mesh to be scaled

Hierarchy

  • MultiPointerScaleBehavior

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Instantiate a new behavior that when attached to a mesh will allow the mesh to be scaled

    Returns MultiPointerScaleBehavior

Accessors

name

  • get name(): string
  • The name of the behavior

    Returns string

Methods

attachSearch playground for attach

  • attach(ownerNode: Mesh): void
  • Attaches the scale behavior the passed in mesh

    Parameters

    • ownerNode: Mesh

      The mesh that will be scaled around once attached

    Returns void

detachSearch playground for detach

  • detach(): void
  • Detaches the behavior from the mesh

    Returns void

initSearch playground for init

  • init(): void
  • Initializes the behavior

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method