Table of Contents

Class MenuDepthIllustration

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

Constructors

public MenuDepthIllustration(Menu menu, MenuObject owner, string folderName, string fileName, Vector2 pos, float depth, MenuDepthIllustration.MenuShader shader)

Parameters

menu Menu
owner MenuObject
folderName string
fileName string
pos Vector2
depth float
shader MenuDepthIllustration.MenuShader

Fields

public float depth

Field Value

float
public Vector2 offset

Field Value

Vector2
public MenuDepthIllustration.MenuShader shader

Field Value

MenuDepthIllustration.MenuShader

Methods

public float DepthAtPosition(Vector2 ps, bool devtool)

Parameters

ps Vector2
devtool bool

Returns

float
public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float