In HypeHype, the Data Type refers to the type of variables you can use in your game.
When working with logic, the main types are Number, Vector, Rotation and Object reference.
Other data types are converted to indexes when used within logic, exception being UI Color which can be used either as a Color Index, or Color Vector.
Data Type | Link value type |
---|---|
Number | Float number value. |
Toggle | True/False, Number 1 or 0 |
Vector | Vector X/Y/Z |
Object | Object reference, set with Target |
Rotation | Quaternion rotation |
Text | Text index |
UI Color | Color index or RGB as Vector X/Y/Z |
Visual | Visual material index |
Sound | Sound effect index |
Music | Music index |
Animation | Animation index |
Particle | Particle Effect index |
Physical Material | Physical material index |