Table of Contents

Class OpUpdown.QueueFloat

Namespace
Menu.Remix.MixedUI
Assembly
Assembly-CSharp.dll
public class OpUpdown.QueueFloat : UIconfig.ConfigQueue
Inheritance
OpUpdown.QueueFloat
Inherited Members

Constructors

public QueueFloat(Configurable<float> config, byte decimalNum = 1, object sign = null)

Parameters

config Configurable<float>
decimalNum byte
sign object

Fields

public readonly byte decimalNum

Field Value

byte

Properties

public override float sizeY { get; }

Property Value

float

Methods

public override List<UIelement> _InitializeThisQueue(IHoldUIelements holder, float posX, ref float offsetY)

Parameters

holder IHoldUIelements
posX float
offsetY float

Returns

List<UIelement>