[]
Add custom function into the function set.
public static void AddCustomFunction(CustomFunction func, bool canOverride = false)
| Type | Name | Description |
|---|---|---|
| CustomFunction | func | the custom function instance. |
| bool | canOverride | can override the exist function. |