docs.unity.cn
    Show / Hide Table of Contents

    Enum math.ShuffleComponent

    Specifies a shuffle component.

    Namespace: Unity.Mathematics
    Syntax
    public enum ShuffleComponent : byte

    Fields

    Name Description Value
    LeftW

    Specified the w component of the left vector.

    LeftX

    Specified the x component of the left vector.

    LeftY

    Specified the y component of the left vector.

    LeftZ

    Specified the z component of the left vector.

    RightW

    Specified the w component of the right vector.

    RightX

    Specified the x component of the right vector.

    RightY

    Specified the y component of the right vector.

    RightZ

    Specified the z component of the right vector.

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