Skip to content

EditorAddonAttribute.SetParams method

Sets the parameters for each pair in the editorParams dictionary.

public virtual void SetParams(IDictionary<string, object?> editorParams)
parameter description
editorParams The editor parameters.

See Also