docs.unity.cn
    Show / Hide Table of Contents

    Class PickFromRay

    Inheritance
    Object
    BasePickingLogic
    PickFromRay
    Inherited Members
    BasePickingLogic.GetDistance(ISpatialObject)
    Namespace: Unity.Reflect.Actors
    Syntax
    public class PickFromRay : BasePickingLogic, ISpatialPickingLogic

    Constructors

    PickFromRay(Ray)

    Declaration
    public PickFromRay(Ray ray)
    Parameters
    Type Name Description
    Ray ray

    Methods

    CheckIntersection(Bounds, ISpatialObject)

    Declaration
    public override bool CheckIntersection(Bounds bounds, ISpatialObject obj)
    Parameters
    Type Name Description
    Bounds bounds
    ISpatialObject obj
    Returns
    Type Description
    Boolean
    Overrides
    BasePickingLogic.CheckIntersection(Bounds, ISpatialObject)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use