Table of Contents

Class OpImage.QueueTexture

Namespace
Menu.Remix.MixedUI
Assembly
Assembly-CSharp.dll
public class OpImage.QueueTexture : UIQueue
Inheritance
OpImage.QueueTexture
Inherited Members

Constructors

public QueueTexture(Texture2D image)

Parameters

image Texture2D

Fields

public string description

Field Value

string
public readonly Texture2D image

Field Value

Texture2D

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>