Skip to content

Enum SliceCenterPosition

Definition

Namespace: StardewUI.Graphics
Assembly: StardewUI.dll

Specifies which side the center position of a SliceSettings instance is on.

public enum SliceCenterPosition

Inheritance
ObjectValueTypeEnum ⇦ SliceCenterPosition

Fields

Name Value Description
Start 0 The specified center position is the start of the center segment.
End 1 The specified center position is the end of the center segment.