TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct InputFieldState in Tinman.AddOns.GUI.Components

struct InputFieldState  

Public / Constants

Valid

public static readonly field Valid
type InputFieldState

Public / Attributes

ErrorMessage

public readonly field ErrorMessage
type string

ErrorRange

public readonly field ErrorRange
type RangeI

IsInvalid

public property IsInvalid { get }
type bool
value

IsValid

public property IsValid { get }
type bool
value

Public / Methods

Invalid

public static method Invalid ()
type InputFieldState

public static method Invalid (RangeI range)
type InputFieldState
params range

public static method Invalid (string message)
type InputFieldState
params message

public static method Invalid (RangeI range, string message)
type InputFieldState
params range
  message