Class MenuDepthIllustration
- Namespace
- Menu
- Assembly
- Assembly-CSharp.dll
public class MenuDepthIllustration : MenuIllustration
- Inheritance
-
MenuDepthIllustration
- Inherited Members
Constructors
MenuDepthIllustration(Menu, MenuObject, string, string, Vector2, float, MenuShader)
public MenuDepthIllustration(Menu menu, MenuObject owner, string folderName, string fileName, Vector2 pos, float depth, MenuDepthIllustration.MenuShader shader)
Parameters
menuMenuownerMenuObjectfolderNamestringfileNamestringposVector2depthfloatshaderMenuDepthIllustration.MenuShader
Fields
depth
public float depth
Field Value
offset
public Vector2 offset
Field Value
- Vector2
shader
public MenuDepthIllustration.MenuShader shader
Field Value
Methods
DepthAtPosition(Vector2, bool)
public float DepthAtPosition(Vector2 ps, bool devtool)
Parameters
psVector2devtoolbool
Returns
GrafUpdate(float)
public override void GrafUpdate(float timeStacker)
Parameters
timeStackerfloat