Class OpResourceList
public class OpResourceList : OpListBox, ICanBeTyped
- Inheritance
-
OpResourceList
- Implements
- Inherited Members
- Extension Methods
Constructors
OpResourceList(ConfigurableBase, Vector2, float, ushort, bool)
public OpResourceList(ConfigurableBase config, Vector2 pos, float width, ushort lineCount = 5, bool downward = true)
Parameters
configConfigurableBaseposVector2widthfloatlineCountushortdownwardbool
OpResourceList(Configurable<string>, Vector2, float, SpecialEnum, ushort, bool)
public OpResourceList(Configurable<string> config, Vector2 pos, float width, OpResourceSelector.SpecialEnum listType, ushort lineCount = 5, bool downward = true)
Parameters
configConfigurable<string>posVector2widthfloatlistTypeOpResourceSelector.SpecialEnumlineCountushortdownwardbool
Fields
listType
public readonly OpResourceSelector.SpecialEnum listType