Table of Contents

Enum BOBRatingFill

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Fill state of a single rating slot rendered by BOBRating.

public enum BOBRatingFill

Fields

Empty = 0

Below half the slot's value (renders EmptyIcon).

Full = 2

At or above the slot's threshold (renders FullIcon).

Half = 1

Between 50% and 99% of the slot (renders HalfIcon).