Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MaterialPluginManager

Class that manages the plugins of a material

since

5.0

Hierarchy

  • MaterialPluginManager

Index

Constructors

Methods

Constructors

constructor

  • Creates a new instance of the plugin manager

    Parameters

    • material: Material

      material that this manager will manage the plugins for

    Returns MaterialPluginManager

Methods

getPluginSearch playground for getPlugin

  • Gets a plugin from the list of plugins managed by this manager

    Parameters

    • name: string

      name of the plugin

    Returns Nullable<MaterialPluginBase>

    the plugin if found, else null

Legend

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