We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6be7b8 commit 0b12ae6Copy full SHA for 0b12ae6
Reactor.Example/ExampleInnerNetObject.cs
@@ -14,6 +14,7 @@ public class ExampleInnerNetObject : InnerNetObject
14
// The `InnerNetObjectPrefab` attribute is used to define how the prefab for this
15
// custom InnerNetObject is retrieved. The prefab is a template object that is used
16
// when spawning instances of this object in the game.
17
+ // The return type can either be a InnerNetObject, or GameObject but must have a InnerNetObject component attached.
18
// There are three examples provided for retrieving the prefab:
19
20
// Example 1: Directly assign a prefab
0 commit comments