enum

CryTUI::ConstraintKind

Inherits Enum < Comparable < Value < Object

Constants

Length = 0
Min = 1
Max = 2
Percentage = 3
Ratio = 4
Fill = 5

Instance methods

fill?

Returns true if this enum value equals Fill

Source
length?

Returns true if this enum value equals Length

Source
max?

Returns true if this enum value equals Max

Source
min?

Returns true if this enum value equals Min

Source
percentage?

Returns true if this enum value equals Percentage

Source
ratio?

Returns true if this enum value equals Ratio

Source