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
publicpartialclassCustomNode:Node{// Only Node HintString[Export(PropertyHint.NodeType,$"{nameof(Node2D)},{nameof(Node3D)}")]publicNodeTNode;// Only Resource HintString[Export(PropertyHint.ResourceType,nameof(Texture2D))]publicResourceTResource;// Work[Export(PropertyHint.NodeType,$"{nameof(Node2D)},{nameof(Node3D)}")]publicGodotObjectGONode;// Work[Export(PropertyHint.ResourceType,nameof(Texture2D))]publicGodotObjectGOResource;}
Tested versions
v4.2.2.stable.mono.official
System information
Windows 10.0.22000 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Laptop GPU (NVIDIA; 31.0.15.5123) - 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 Threads)
Issue description
Steps to reproduce
Minimal reproduction project (MRP)
HintAndHintString.zip
The text was updated successfully, but these errors were encountered: