flixel.util.typeLimit
| .. | |
|---|---|
| InitialState | A utility type that allows methods to accept multiple types, when dealing with "future" |
| NextState | A utility type that allows methods to accept multiple types, when dealing with "future" |
| OneOfFour | Useful to limit a Dynamic function argument's type to the specified type parameters. This does NOT make the use of Dynamic type-safe in any way (the underlying type is still Dynamic and Std.isOfType() checks + casts are necessary). |
| OneOfThree | Useful to limit a Dynamic function argument's type to the specified type parameters. This does NOT make the use of Dynamic type-safe in any way (the underlying type is still Dynamic and Std.isOfType() checks + casts are necessary). |
| OneOfTwo | Useful to limit a Dynamic function argument's type to the specified type parameters. This does NOT make the use of Dynamic type-safe in any way (the underlying type is still Dynamic and Std.isOfType() checks + casts are necessary). |