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

    Class BoneWeightChannel

    Inheritance
    System.Object
    BoneWeightChannel
    Namespace: UnityEditor.Experimental.U2D.Animation
    Syntax
    [Serializable]
    public class BoneWeightChannel : IComparable<BoneWeightChannel>

    Constructors

    BoneWeightChannel()

    Declaration
    public BoneWeightChannel()

    BoneWeightChannel(Int32, Single, Boolean)

    Declaration
    public BoneWeightChannel(int i, float w, bool e)
    Parameters
    Type Name Description
    System.Int32 i
    System.Single w
    System.Boolean e

    Properties

    boneIndex

    Declaration
    public int boneIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    enabled

    Declaration
    public bool enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    weight

    Declaration
    public float weight { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    CompareTo(BoneWeightChannel)

    Declaration
    public int CompareTo(BoneWeightChannel other)
    Parameters
    Type Name Description
    BoneWeightChannel other
    Returns
    Type Description
    System.Int32
    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