日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class RayExtensions

    Extension methods for Unity's Ray struct

    Inheritance
    Object
    RayExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public static class RayExtensions

    Methods

    IsValid(Ray)

    Determines whether or not a ray is valid.

    Declaration
    public static bool IsValid(this Ray ray)
    Parameters
    Type Name Description
    Ray ray

    The ray being tested.

    Returns
    Type Description
    Boolean

    True if the ray is valid, false otherwise.

    Back to top Generated by DocFX