Method GetValuesByOtherMethod
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
GetValuesByOtherMethod()
Returns the values to display in the popup list using a custom retrieval method.
protected virtual T[] GetValuesByOtherMethod()
Returns
- T[]
An array of values to display.
Remarks
Derived drawers for popup lists where the RetrievalMethod is set to Other needs to be implemented in this method.
Exceptions
- NotImplementedException
Always thrown by the base implementation; override in a derived class.