Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInteractionEffectUtils

Hierarchy

  • IInteractionEffectUtils

Index

Methods

  • applyInteractionEffect(node: ITreeNode, effect: IInteractionEffect): string
  • Apply an effect material all geometry in the current node. The material provided will be used for this effect. The returned token can be used to removed the effect.

    Parameters

    • node: ITreeNode
    • effect: IInteractionEffect

    Returns string

  • removeInteractionEffect(node: ITreeNode, token: string): void
  • Remove an effect material with the token provided wen adding it.

    Parameters

    • node: ITreeNode
    • token: string

    Returns void

Properties

viewport?: IViewportApi