Enum DataType
Defines the available data types for spreadsheet columns. Includes primitive types, Unity types, and custom types.
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public enum DataType
Fields
| Name | Description |
|---|---|
| AnimationCurve | |
| AudioClip | |
| Bool | |
| Bounds | |
| Color | |
| CustomClass | |
| DateTime | |
| DateTime_DateOnly | |
| DateTime_TimeOnly | |
| Double | |
| DoubleRange | |
| Enum | |
| Float | |
| FloatRange | |
| Font | |
| GameObject | |
| Gradient | |
| Guid | |
| Int | |
| IntRange | |
| Long | |
| LongRange | |
| Material | |
| Object | |
| Quaternion | |
| Rect | |
| Sprite | |
| String | |
| Texture | |
| Texture2D | |
| Vector2 | |
| Vector3 | |
| Vector4 |