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 2c74a60 commit 8a75676Copy full SHA for 8a75676
MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs
@@ -36,12 +36,15 @@ public class NetworkedAnimator : NetworkedBehaviour
36
37
38
// tracking - these should probably move to a Preview component. -- Comment from HLAPI. Needs clarification
39
+ #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
40
public string param0;
41
public string param1;
42
public string param2;
43
public string param3;
44
public string param4;
45
public string param5;
46
+ #pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
47
+
48
49
/// <summary>
50
/// Gets or sets the animator component used for syncing the animations
0 commit comments