Show / Hide Table of Contents

Class HUDFlickerBase

Inheritance
Object
HUDFlickerBase
HUDFlickerFast
HUDFlickerSlow
Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public abstract class HUDFlickerBase

Constructors

| Improve this Doc View Source

HUDFlickerBase()

Declaration
public HUDFlickerBase()

Fields

| Improve this Doc View Source

alphaDirection

Declaration
protected HUDFlickerBase.AlphaDirection alphaDirection
Field Value
Type Description
HUDFlickerBase.AlphaDirection
| Improve this Doc View Source

alphaLower

Declaration
protected float alphaLower
Field Value
Type Description
Single
| Improve this Doc View Source

alphaSpeed

Declaration
protected float alphaSpeed
Field Value
Type Description
Single
| Improve this Doc View Source

alphaUpper

Declaration
protected float alphaUpper
Field Value
Type Description
Single
| Improve this Doc View Source

chanceReverseState

Declaration
protected float chanceReverseState
Field Value
Type Description
Single
| Improve this Doc View Source

reversalCount

Declaration
protected int reversalCount
Field Value
Type Description
Int32
| Improve this Doc View Source

reversalCountThreshold

Declaration
protected int reversalCountThreshold
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

AlphaValue

Declaration
public float AlphaValue { get; protected set; }
Property Value
Type Description
Single
| Improve this Doc View Source

IsTimedOut

Declaration
public bool IsTimedOut { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

RedValue

Declaration
public float RedValue { get; protected set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

CheckReverseAlphaDirection()

Declaration
public virtual void CheckReverseAlphaDirection()
| Improve this Doc View Source

Cycle()

Declaration
public virtual void Cycle()
| Improve this Doc View Source

Init()

Declaration
public abstract void Init()
| Improve this Doc View Source

RandomlyReverseAlphaDirection()

Declaration
protected void RandomlyReverseAlphaDirection()
| Improve this Doc View Source

SetAlphaValue(Single)

Declaration
protected void SetAlphaValue(float overrideValue = -1F)
Parameters
Type Name Description
Single overrideValue
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • HUDFlickerBase()
  • Fields
    • alphaDirection
    • alphaLower
    • alphaSpeed
    • alphaUpper
    • chanceReverseState
    • reversalCount
    • reversalCountThreshold
  • Properties
    • AlphaValue
    • IsTimedOut
    • RedValue
  • Methods
    • CheckReverseAlphaDirection()
    • Cycle()
    • Init()
    • RandomlyReverseAlphaDirection()
    • SetAlphaValue(Single)
Back to top Generated by DocFX