Table of Contents

Class MenuIllustration

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class MenuIllustration : RectangularMenuObject
Inheritance
MenuIllustration
Derived
Inherited Members

Constructors

public MenuIllustration(Menu menu, MenuObject owner, string folderName, string fileName, Vector2 pos, bool crispPixels, bool anchorCenter)

Parameters

menu Menu
owner MenuObject
folderName string
fileName string
pos Vector2
crispPixels bool
anchorCenter bool

Fields

public float alpha

Field Value

float
public bool anchorCenter

Field Value

bool
public bool crispPixels

Field Value

bool
public MenuIllustration.CrossfadeType crossfadeMethod

Field Value

MenuIllustration.CrossfadeType
public string fileName

Field Value

string
public string folderName

Field Value

string
public float lastAlpha

Field Value

float
public float? setAlpha

Field Value

float?
public FSprite sprite

Field Value

FSprite
public bool spriteAdded

Field Value

bool
public Texture2D texture

Field Value

Texture2D

Properties

public Color color { get; set; }

Property Value

Color
public bool visible { set; }

Property Value

bool

Methods

public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public void LoadFile()
public void LoadFile(string folder)

Parameters

folder string
public override void RemoveSprites()
public override void Update()