docs.unity.cn
    Show / Hide Table of Contents

    Interface ISpatialPickerAsync<T>

    Namespace: Unity.Reflect.Collections
    Syntax
    public interface ISpatialPickerAsync<T>
    Type Parameters
    Name Description
    T

    Methods

    Pick(Ray, Action<List<T>>, String[])

    Declaration
    void Pick(Ray ray, Action<List<T>> callback, string[] flagsExcluded = null)
    Parameters
    Type Name Description
    Ray ray
    Action<List<T>> callback
    String[] flagsExcluded

    Pick(Vector3, Single, Action<List<T>>, String[])

    Declaration
    void Pick(Vector3 origin, float distance, Action<List<T>> callback, string[] flagsExcluded = null)
    Parameters
    Type Name Description
    Vector3 origin
    Single distance
    Action<List<T>> callback
    String[] flagsExcluded

    Pick(Vector3[], Int32, Action<List<T>>, String[])

    Declaration
    void Pick(Vector3[] samplePoints, int samplePointCount, Action<List<T>> callback, string[] flagsExcluded = null)
    Parameters
    Type Name Description
    Vector3[] samplePoints
    Int32 samplePointCount
    Action<List<T>> callback
    String[] flagsExcluded
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use