Interface IProvidesSetDefaultRayColor | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface IProvidesSetDefaultRayColor

    Provide the ability to set the color of the default ray

    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public interface IProvidesSetDefaultRayColor : IFunctionalityProvider

    Methods

    SetDefaultRayColor(Transform, Color)

    Set the color of the default ray

    Declaration
    void SetDefaultRayColor(Transform rayOrigin, Color color)
    Parameters
    Type Name Description
    Transform rayOrigin

    The ray on which to set the color

    Color color

    The color to set on the default ray

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX