struct

CryTUI::Widgets::RectShape

Inherits Struct < Value < Object

The outline a RectSpinner walks. Upstream only ships a square, so this is a one-variant shape carrying its thickness; it exists so a future non-square outline can be added without changing the widget's signature.

Constructors

new(size : Int32)
Source
square(size : Int32 = 2) : RectShape
Source

Instance methods

size
Source