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