You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vector2Data contains x and y fields. When using Vector2Data wrapped in cpp.Struct<T> and an abstract with the "@:forward" meta on it, intellij-haxe will fail to "forward" the fields to Vector2.
The following example is correctly handled by intellij-haxe:
The following example is not:
The text was updated successfully, but these errors were encountered:
Vector2Data
contains x and y fields. When usingVector2Data
wrapped incpp.Struct<T>
and an abstract with the "@:forward" meta on it, intellij-haxe will fail to "forward" the fields toVector2
.The following example is correctly handled by intellij-haxe:
The following example is not:
The text was updated successfully, but these errors were encountered: