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 48b2dec commit 68792a1Copy full SHA for 68792a1
com.unity.ml-agents/Editor/BehaviorParametersEditor.cs
@@ -34,7 +34,7 @@ public override void OnInspectorGUI()
34
EditorGUI.indentLevel--;
35
EditorGUILayout.PropertyField(so.FindProperty("m_BehaviorType"));
36
EditorGUILayout.PropertyField(so.FindProperty("m_TeamID"));
37
- EditorGUILayout.PropertyField(so.FindProperty("m_useChildSensors"), true);
+ EditorGUILayout.PropertyField(so.FindProperty("m_UseChildSensors"), true);
38
// EditorGUILayout.PropertyField(serializedObject.FindProperty("m_Heuristic"), true);
39
40
if (EditorGUI.EndChangeCheck())
0 commit comments