KMHighlightable - Qkrisi/ktanemodkit GitHub Wiki
KMHighlightable
[DisallowMultipleComponent]
public class KMHighlightable : MonoBehaviour
The outline that will be active when the mouse (or gamepad selection) is over a KMSelectable
public Vector3 HighlightScale = Vector3.zero;
Set this to non-zero to use a custom highlight scale. Otherwise, leave it at Vector3.zero for default scaling.
public float OutlineAmount = 0f;
The size of the highlight (ranges from 0 to 0.01)