C# (CSharp) AntTweakBar Namespace

Classes

Name Description
AntTweakBarException
BoolValidationEventArgs
BoolVariable An AntTweakBar variable which can hold a boolean value.
Button An AntTweakBar button, which can be clicked.
Color4ValidationEventArgs
Color4Variable An AntTweakBar variable which can hold an RGBA color value.
ColorValidationEventArgs
ColorVariable An AntTweakBar variable which can hold an RGB color value.
DoubleValidationEventArgs
DoubleVariable An AntTweakBar variable which can hold a double-precision floating-point number.
FloatValidationEventArgs
FloatVariable An AntTweakBar variable which can hold a single-precision floating-point number.
Helpers Utility class containing useful functions.
IntValidationEventArgs
IntVariable An AntTweakBar variable which can hold an integer.
NativeMethods The native AntTweakBar bindings.
NativeMethods.EnumVal
NativeMethods.StructMember
QuaternionValidationEventArgs
QuaternionVariable An AntTweakBar variable which can hold a quaternion.
Separator An AntTweakBar separator, which visually separates other variables.
StringValidationEventArgs
StringVariable An AntTweakBar variable which can hold a string.
Tw A low-level wrapper to the AntTweakBar API.
Tw.ErrorEventArgs Event arguments for an AntTweakBar error.
Variable The base class for all AntTweakBar variables.
VectorValidationEventArgs
VectorVariable An AntTweakBar variable which can hold a 3D vector.