Skip to content

Enum Value

IsaacShelton edited this page Mar 21, 2022 · 1 revision

Enum Value

Enum values are specified by using the name of an enum, followed by :: and then the name of the member.

Color::RED
FileMode::WRITE_BINARY
ShapeKind::TRIANGLE

See enums for more information

Clone this wiki locally