Candide.CandideUI.ObjectivesUi.QuestObjectiveProgressBar
Type JSONpublic class in Candide.CandideUI.ObjectivesUi
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.ObjectivesUi - Base type
Candide.CandideUI.Containers.CandidePanel - Hash
B953F55F58D8A6CF0A093F66A382C9E886F29B065A67A1FB11546AE4620BBEEE
Relationships
Fields
| Name | Visibility | Signature |
|---|---|---|
_checkBox# | private | private Candide.CandideUI.Input.CandideCheckbox _checkBox |
_objectiveText# | private | private Candide.CandideUI.Components.CandideTextLabel _objectiveText |
_progressValue# | private | private Candide.CandideUI.Components.CandideTextLabel _progressValue |
Methods
SetProgressValueText
#
private System.Void SetProgressValueText(System.Int32 current, System.Int32 target)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
6498D0C77DF046A0FDB418BE6EF41D6FB3A0EFAD29617AE5C866013DBA863E07 - Body hash
04C7E4EF6A21F2A173F6B82A9252199ED18DDEDE74DAB31194ADFEF6A3C3E07A - IL size87
Referenced calls
System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)
String literals
[/]
UpdateData
#
public System.Void UpdateData(Shared.Models.Quests.Objectives.QuestObjective questObjective, System.Int32 currentAmount)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
CE095D285CF08ED2AB63063374C688AEE6E7581FE4864DEE181F0A387193AA5F - Body hash
5EB96237BB4238C1FDF86767855E042FDE05CCE040DB846B949513489964C51D - IL size89
Referenced calls
Candide.CandideUI.ObjectivesUi.QuestObjectiveProgressBar::SetProgressValueText(System.Int32, System.Int32)Candide.CandideUI.Input.CandideCheckbox::set_IsToggledOn(System.Boolean)