HaXe Unit Types
From dis-Emi-A
In the library exist several common parameter types which represent real-world quantities. For brevity, and to ensure consistency, the real-world unit of these parameters is not written; they obey the global definitions as listed below.
| Parameter | RawType | Units | Comment |
|---|---|---|---|
| elapsed [time] | Float | seconds | |
| offset [time] | Float | seconds | |
| angle | Float | radians | |
| 100% Range | Float | 0...1 | Such as in Color.rgb |
