Method FindNearestInteractive
FindNearestInteractive(string, string, string, float)
public InteractiveBehaviour FindNearestInteractive(string name1 = "", string name2 = null, string name3 = null, float maxDistance = 15)
Parameters
Returns
FindNearestInteractive(Predicate<InteractiveBehaviour>, float)
public InteractiveBehaviour FindNearestInteractive(Predicate<InteractiveBehaviour> predicate, float maxDistance = 15)
Parameters
predicate
Predicate<InteractiveBehaviour>maxDistance
float