Interface ISpatialPickerAsync<T>
Syntax
public interface ISpatialPickerAsync<T>
Type Parameters
Methods
Pick(Ray, Action<List<T>>, String[])
Declaration
void Pick(Ray ray, Action<List<T>> callback, string[] flagsExcluded = null)
Parameters
Pick(Vector3, Single, Action<List<T>>, String[])
Declaration
void Pick(Vector3 origin, float distance, Action<List<T>> callback, string[] flagsExcluded = null)
Parameters
Pick(Vector3[], Int32, Action<List<T>>, String[])
Declaration
void Pick(Vector3[] samplePoints, int samplePointCount, Action<List<T>> callback, string[] flagsExcluded = null)
Parameters