Table of Contents

Method GetValuesByOtherMethod

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll

GetValuesByOtherMethod()

Gets the values to be displayed in the popup list by a method other one of the system-provided ones.

protected virtual T[] GetValuesByOtherMethod()

Returns

T[]

Remarks

Derived drawers for popup lists where the RetrievalMethod is set to Other needs to be implemented in this method.

Exceptions

NotImplementedException