MovementProfile.GetSettings<T>

Method in MovementProfile

Declaration

public T GetSettings<T>()
    where T : MovementSettings

Description

Gets the settings of the specified type.

Type Parameters

TThe type of settings to get.

Returns

TThe settings of the specified type, or null if not present.