Romestead Assembly Reference

Candide.CandideUI.PlayerWarningMessage

Type JSON

public class in Candide.CandideUI

Methods3
Properties2
Fields5
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.CandideUI
  • Base typeSystem.Object
  • Hash0A53315249285887B6658DFB652BBE4885BE234658552CE7F963A05EF3CCBDA7

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
WarningMessageDurationprivateprivate System.Single WarningMessageDuration
WarningMessageFadeoutprivateprivate System.Single WarningMessageFadeout
WarningMessagesprivateprivate System.ValueTuple<System.String, System.Single, Microsoft.Xna.Framework.Vector2>[] WarningMessages
_activeMessagesprivateprivate System.Int32 _activeMessages
_wmIndexprivateprivate System.Int32 _wmIndex

Properties

NameVisibilitySignature
Fontprivateprivate FontStashSharp.SpriteFontBase Font
Scaleprivateprivate System.Single Scale

Methods

Add

public System.Void Add(System.String msg)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash4B1A08C01D3099CC2ADA628054BD72C22FFFBD108DF9B1C112AE54F0155FA0DA
  • Body hashE405D895D52E94E70D58AF25D8AF676B706519D1B29B374DCC482443543A2189
  • IL size229
Referenced calls
  • Candide.CandideUI.PlayerWarningMessage::get_Font()
  • Candide.CandideUI.PlayerWarningMessage::get_Scale()
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single)
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::.ctor(!0)
  • FontStashSharp.SpriteFontBase::MeasureString(System.String, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Single, System.Single, FontStashSharp.FontSystemEffect, System.Int32)
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • System.ValueTuple<System.String, System.Single, Microsoft.Xna.Framework.Vector2>::.ctor(!0, !1, !2)
Called by

Draw

public System.Void Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash8C42783B5A1B81FB2C05890476C7368AE8F9853215C1911976FC8A63F38BB2DA
  • Body hashC3322352F07B9A398F53839E48B0FBF497A648A558143313D2390CBFC21BA895
  • IL size406
Referenced calls

Update

public System.Void Update(System.Single dt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashE2258182C8ED8A4B8748F6FC793D214CE11CD5B33FEBA718D252FCA2E071E6F9
  • Body hash8BDD939808AB7ECD92FC1F5E24FD744C485D0316D4B073334F5DF82EBB6E938B
  • IL size106
Called by