docs.unity3d.com
Version: 

    Class RayHitList

    Inheritance
    object
    RayHitList
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Scene
    Syntax
    [Serializable]
    public class RayHitList

    Constructors

    RayHitList(int)

    Declaration
    public RayHitList(int size)
    Parameters
    Type Name Description
    int size

    RayHitList(RayHit[])

    Declaration
    public RayHitList(RayHit[] tab)
    Parameters
    Type Name Description
    RayHit[] tab

    Fields

    list

    Declaration
    public RayHit[] list
    Field Value
    Type Description
    RayHit[]

    Properties

    this[int]

    Declaration
    public RayHit this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    RayHit

    length

    Declaration
    public int length { get; }
    Property Value
    Type Description
    int

    Operators

    implicit operator RayHit[](RayHitList)

    Declaration
    public static implicit operator RayHit[](RayHitList o)
    Parameters
    Type Name Description
    RayHitList o
    Returns
    Type Description
    RayHit[]
    Version 2024.3.0.10
    • 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.