Class OpListBox.Queue
public class OpListBox.Queue : UIconfig.ConfigQueue
- Inheritance
-
OpListBox.Queue
- Inherited Members
Constructors
Queue(Configurable<string>, ushort, bool, object)
public Queue(Configurable<string> config, ushort lineCount = 5, bool downward = true, object sign = null)
Parameters
configConfigurable<string>lineCountushortdownwardboolsignobject
Fields
downward
public readonly bool downward
Field Value
lineCount
public readonly ushort lineCount
Field Value
Properties
sizeY
public override float sizeY { get; }
Property Value
Methods
_InitializeThisQueue(IHoldUIelements, float, ref float)
public override List<UIelement> _InitializeThisQueue(IHoldUIelements holder, float posX, ref float offsetY)
Parameters
holderIHoldUIelementsposXfloatoffsetYfloat