Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveSettings(int)

Removes the build settings matching the agent type ID.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public static void RemoveSettings(int agentTypeID)

Parameters

agentTypeID

The ID of the entry to remove.

Remarks

If no matching settings are found or the agentTypeID is the default value 0, nothing is removed.