GeonBit.UI Documentation
ProgressBar Constructor (UInt32, UInt32, Anchor, NullableVector2) |
Create progress bar.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public ProgressBar( uint min = 0, uint max = 10, Anchor anchor = Anchor.Auto, Nullable<Vector2> offset = null )
Parameters
- min (Optional)
- Type: SystemUInt32
Min value. - max (Optional)
- Type: SystemUInt32
Max value. - anchor (Optional)
- Type: GeonBit.UI.EntitiesAnchor
Position anchor. - offset (Optional)
- Type: SystemNullableVector2
Offset from anchor position.
