public static Hands GetHands(this IInteractionSource source) { return(source.GetComponentInTree <Hands>()); }
public static RangeLimit GetRange(this IInteractionSource source) { IInteractionRangeLimit limit = source.GetComponentInTree <IInteractionRangeLimit>(); return(limit?.GetInteractionRange() ?? RangeLimit.Max); }