Table of Contents

Method FindNearestInteractive

Namespace
GrindFest.Isolated
Assembly
GrindFest.dll

FindNearestInteractive(string, string, string, float)

public InteractiveBehaviour FindNearestInteractive(string name1 = "", string name2 = null, string name3 = null, float maxDistance = 15)

Parameters

name1 string
name2 string
name3 string
maxDistance float

Returns

InteractiveBehaviour

FindNearestInteractive(Predicate<InteractiveBehaviour>, float)

public InteractiveBehaviour FindNearestInteractive(Predicate<InteractiveBehaviour> predicate, float maxDistance = 15)

Parameters

predicate Predicate<InteractiveBehaviour>
maxDistance float

Returns

InteractiveBehaviour