Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInteractionEffectUtils

Hierarchy

  • IInteractionEffectUtils

Index

Methods

  • applyEffectMaterial(node: ITreeNode, material: IMaterialAbstractData): 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
    • material: IMaterialAbstractData

    Returns string

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

    Parameters

    • node: ITreeNode
    • token: string

    Returns void