MovementProfile.GetSettings<T>
Method in MovementProfile
Declaration
public T GetSettings<T>()
where T : MovementSettingsDescription
Gets the settings of the specified type.
Type Parameters
| T | The type of settings to get. |
Returns
| T | The settings of the specified type, or null if not present. |