Table of Contents

Class GlowGradient

Namespace
Menu.Remix.MixedUI
Assembly
Assembly-CSharp.dll
public class GlowGradient
Inheritance
GlowGradient
Inherited Members

Constructors

public GlowGradient(FContainer container, Vector2 centerPos, float radH, float radV, float alpha = 0.5)

Parameters

container FContainer
centerPos Vector2
radH float
radV float
alpha float
public GlowGradient(FContainer container, Vector2 pos, Vector2 size, float alpha = 0.5)

Parameters

container FContainer
pos Vector2
size Vector2
alpha float

Fields

public float _alpha

Field Value

float
public Vector2 _centerPos

Field Value

Vector2
public Color _color

Field Value

Color
public readonly FContainer _container

Field Value

FContainer
public float _radH

Field Value

float
public float _radV

Field Value

float
public readonly FSprite sprite

Field Value

FSprite

Properties

public float alpha { get; set; }

Property Value

float
public Vector2 centerPos { get; set; }

Property Value

Vector2
public Color color { get; set; }

Property Value

Color
public bool isHidden { get; set; }

Property Value

bool
public Vector2 pos { get; set; }

Property Value

Vector2
public float radH { get; set; }

Property Value

float
public float radV { get; set; }

Property Value

float
public Vector2 size { get; set; }

Property Value

Vector2

Methods

public void Hide()
public void OnChange()
public void Show()