Struct TwistCorrectionData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct TwistCorrectionData

    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: UnityEngine.Animations.Rigging
    Syntax
    [Serializable]
    public struct TwistCorrectionData : IAnimationJobData, ITwistCorrectionData, IRigReferenceSync

    Properties

    sourceObject

    Declaration
    public JobTransform sourceObject { get; set; }
    Property Value
    Type Description
    JobTransform

    twistAxis

    Declaration
    public TwistCorrectionData.Axis twistAxis { get; set; }
    Property Value
    Type Description
    TwistCorrectionData.Axis

    twistNodes

    Declaration
    public List<TwistNode> twistNodes { get; set; }
    Property Value
    Type Description
    List<TwistNode>

    Methods

    MarkTwistNodeWeightsDirty()

    Declaration
    public void MarkTwistNodeWeightsDirty()

    Explicit Interface Implementations

    IAnimationJobData.IsValid()

    Declaration
    bool IAnimationJobData.IsValid()
    Returns
    Type Description
    System.Boolean
    Implements
    IAnimationJobData.IsValid()

    IAnimationJobData.SetDefaultValues()

    Declaration
    void IAnimationJobData.SetDefaultValues()
    Implements
    IAnimationJobData.SetDefaultValues()

    IRigReferenceSync.allReferences

    Declaration
    JobTransform[] IRigReferenceSync.allReferences { get; }
    Returns
    Type Description
    JobTransform[]
    Implements
    IRigReferenceSync.allReferences

    ITwistCorrectionData.source

    Declaration
    Transform ITwistCorrectionData.source { get; }
    Returns
    Type Description
    Transform
    Implements
    ITwistCorrectionData.source

    ITwistCorrectionData.twistAxis

    Declaration
    Vector3 ITwistCorrectionData.twistAxis { get; }
    Returns
    Type Description
    Vector3
    Implements
    ITwistCorrectionData.twistAxis

    ITwistCorrectionData.twistNodes

    Declaration
    Transform[] ITwistCorrectionData.twistNodes { get; }
    Returns
    Type Description
    Transform[]
    Implements
    ITwistCorrectionData.twistNodes

    ITwistCorrectionData.twistNodeWeights

    Declaration
    float[] ITwistCorrectionData.twistNodeWeights { get; }
    Returns
    Type Description
    System.Single[]
    Implements
    ITwistCorrectionData.twistNodeWeights
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023