We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfbe5e commit 9802134Copy full SHA for 9802134
wiki/Home.md
@@ -789,10 +789,10 @@ Resource references (`rRef` and `raRef`) can now be imported and manipulated fro
789
790
```swift
791
@addField(WeaponObject)
792
-native let effect: ResourceRef;
+public native let effect: ResourceRef;
793
794
@addField(inkMask)
795
-native let textureAtlas: ResourceAsyncRef;
+public native let textureAtlas: ResourceAsyncRef;
796
```
797
798
Reference can be initialized by assigning a resource path using `*=` operator:
0 commit comments