Class EggCostDisplayer
A cumulative cost displayer which displays rancid egg costs with a default cost sprite of a rancid egg
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class EggCostDisplayer : CostDisplayer
Properties
| Improve this Doc View SourceCumulative
Declaration
public override bool Cumulative { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceCustomCostSprite
Declaration
public override ISprite CustomCostSprite { get; set; }
Property Value
| Type | Description |
|---|---|
| ISprite |
Overrides
Methods
| Improve this Doc View SourceGetSingleCostDisplayAmount(Cost)
Declaration
protected override int GetSingleCostDisplayAmount(Cost cost)
Parameters
| Type | Name | Description |
|---|---|---|
| Cost | cost |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
| Improve this Doc View SourceSupportsCost(Cost)
Declaration
protected override bool SupportsCost(Cost cost)
Parameters
| Type | Name | Description |
|---|---|---|
| Cost | cost |
Returns
| Type | Description |
|---|---|
| System.Boolean |