docs.unity.cn
    Show / Hide Table of Contents

    Operator Implicit

    Implicit(half to half3)

    Implicitly converts a single half value to a half3 vector by assigning it to every component.

    Declaration
    public static implicit operator half3(half v)
    Parameters
    Type Name Description
    half v

    half to convert to half3

    Returns
    Type Description
    half3

    Converted value.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use