We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79853f2 commit d73b021Copy full SHA for d73b021
README.md
@@ -50,7 +50,7 @@ public class MyMonoBehavior : MonoBehaviour
50
51
// 3. inject code into property's getter and setter
52
// make sure property get value from serialized field first
53
- // and set serialized field into null to avoid get from it next time.
+ // and setter set serialized field into null to avoid get from it next time.
54
[GenericSerializeReference]
55
public IMyInterface<int> Value
56
{
0 commit comments