- 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
Field Value
- float
public Vector2 _centerPos
Field Value
- Vector2
Field Value
- Color
public readonly FContainer _container
Field Value
- FContainer
Field Value
- float
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