docs.unity.cn
    Show / Hide Table of Contents

    Enum OverrideTransformJob.Space

    The override space controls how the override source Transform is copied unto constrained Transform.

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public enum Space : int

    Fields

    Name Description Value
    Local

    Copy override local TR components into local TR components of the constrained Transform.

    Pivot

    Add override local TR components to local TR components of the constrained Transform.

    World

    Copy override world TR components into world TR components of the constrained Transform.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, August 24, 2021