Class JollyMeter.PlayerIcon
- Namespace
- JollyCoop.JollyHUD
- Assembly
- Assembly-CSharp.dll
public class JollyMeter.PlayerIcon
- Inheritance
-
JollyMeter.PlayerIcon
- Inherited Members
-
Constructors
PlayerIcon(JollyMeter, AbstractCreature, Color)
public PlayerIcon(JollyMeter meter, AbstractCreature associatedPlayer, Color color)
Parameters
meter JollyMeter
associatedPlayer AbstractCreature
color Color
Fields
baseGradAlpha
public float baseGradAlpha
Field Value
- float
baseGradScale
public float baseGradScale
Field Value
- float
blink
Field Value
- float
blinkRed
Field Value
- int
color
Field Value
- Color
dead
Field Value
- bool
gradient
Field Value
- FSprite
iconSprite
public FSprite iconSprite
Field Value
- FSprite
lastBlink
Field Value
- float
lastPos
Field Value
- Vector2
meter
Field Value
- JollyMeter
player
public AbstractCreature player
Field Value
- AbstractCreature
playerNumber
Field Value
- int
pos
Field Value
- Vector2
rad
Field Value
- float
Properties
playerState
public PlayerState playerState { get; }
Property Value
- PlayerState
Methods
AddGradient(Color)
public void AddGradient(Color color)
Parameters
color Color
ClearSprites()
public void ClearSprites()
Draw(float)
public void Draw(float timeStacker)
Parameters
timeStacker float
DrawPos(float)
public Vector2 DrawPos(float timeStacker)
Parameters
timeStacker float
Returns
- Vector2
Update()