Skip to content

EditorAddonAttribute.GetOption<TType> method

Gets the editor option.

protected TType GetOption<TType>(string key)
parameter description
TType The type of the option.
key The key.

Return Value

The option value, or the default value of TType if not set.

See Also