Class TwistNode | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class TwistNode

    Inheritance
    System.Object
    TwistNode
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEngine.Animations.Rigging
    Syntax
    [Serializable]
    public class TwistNode : ITransformProvider, IWeightProvider

    Constructors

    TwistNode(Transform, Single)

    Declaration
    public TwistNode(Transform transform, float weight = 0F)
    Parameters
    Type Name Description
    Transform transform
    System.Single weight

    Fields

    transform

    Declaration
    public Transform transform
    Field Value
    Type Description
    Transform

    weight

    Declaration
    public float weight
    Field Value
    Type Description
    System.Single

    Explicit Interface Implementations

    ITransformProvider.transform

    Declaration
    Transform ITransformProvider.transform { get; set; }
    Returns
    Type Description
    Transform
    Implements
    ITransformProvider.transform

    IWeightProvider.weight

    Declaration
    float IWeightProvider.weight { get; set; }
    Returns
    Type Description
    System.Single
    Implements
    IWeightProvider.weight
    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