docs.unity3d.com
    Show / Hide Table of Contents

    Interface IDelayedSpatialPicker<T>

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

    Methods

    DelayedPick(Int32, Action<List<T>>)

    Declaration
    void DelayedPick(int distance, Action<List<T>> callback)
    Parameters
    Type Name Description
    Int32 distance
    Action<List<T>> callback

    DelayedPick(Ray, Action<List<T>>)

    Declaration
    void DelayedPick(Ray ray, Action<List<T>> callback)
    Parameters
    Type Name Description
    Ray ray
    Action<List<T>> callback

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

    Declaration
    void DelayedPick(Vector3[] samplePoints, int samplePointCount, Action<List<T>> callback)
    Parameters
    Type Name Description
    Vector3[] samplePoints
    Int32 samplePointCount
    Action<List<T>> callback
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023