Struct half3 | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct half3

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Unity.Mathematics
    Syntax
    public struct half3

    Constructors

    half3(half, half, half)

    Declaration
    public half3(half x, half y, half z)
    Parameters
    Type Name Description
    half x
    half y
    half z

    Fields

    x

    Declaration
    public half x
    Field Value
    Type Description
    half

    y

    Declaration
    public half y
    Field Value
    Type Description
    half

    z

    Declaration
    public half z
    Field Value
    Type Description
    half

    Operators

    Implicit(float3 to half3)

    Declaration
    public static implicit operator half3(float3 d)
    Parameters
    Type Name Description
    float3 d
    Returns
    Type Description
    half3

    Implicit(half3 to float3)

    Declaration
    public static implicit operator float3(half3 d)
    Parameters
    Type Name Description
    half3 d
    Returns
    Type Description
    float3
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX