Enum BOBRatingFill
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Fill state of a single rating slot rendered by BOBRating.
public enum BOBRatingFill
Fields
Empty = 0Below half the slot's value (renders
EmptyIcon).Full = 2At or above the slot's threshold (renders
FullIcon).Half = 1Between 50% and 99% of the slot (renders
HalfIcon).