MovementProfile.RemoveSettings<T>
Method in MovementProfile
Declaration
public void RemoveSettings<T>()
where T : MovementSettingsDescription
Removes the settings of the specified type from the profile.
Type Parameters
| T | The type of settings to remove. |