Skip to content

IDynamicScriptManager.IfNotRegistered method

Executes the callback if a script with the name is not already registered.

public void IfNotRegistered(string name, Func<IDynamicScript> callback)
parameter description
name The registered name.
callback The callback to execute.

See Also