Drag[en]gine Script Module DragonScript  1.23
Dragengine.Gui.SimpleTextValidator.CharacterClass Enum Reference

Character classes. More...

Public Attributes

 all
 All characters allowed. More...
 
 digits
 Only digits allowed. More...
 
 digitsNegative
 Only digits and minus allowed. More...
 
 number
 Only digits, dot and minus allowed. More...
 
 positiveNumber
 Only digits and dot allowed. More...
 
 printable
 Only printable characters allowed. More...
 

Detailed Description

Character classes.

Member Data Documentation

◆ all

Dragengine.Gui.SimpleTextValidator.CharacterClass.all

All characters allowed.

◆ digits

Dragengine.Gui.SimpleTextValidator.CharacterClass.digits

Only digits allowed.

◆ digitsNegative

Dragengine.Gui.SimpleTextValidator.CharacterClass.digitsNegative

Only digits and minus allowed.

Version
1.7

◆ number

Dragengine.Gui.SimpleTextValidator.CharacterClass.number

Only digits, dot and minus allowed.

◆ positiveNumber

Dragengine.Gui.SimpleTextValidator.CharacterClass.positiveNumber

Only digits and dot allowed.

Version
1.7

◆ printable

Dragengine.Gui.SimpleTextValidator.CharacterClass.printable

Only printable characters allowed.


The documentation for this enum was generated from the following file: