Class BakeParametersAttribute | Animation Rigging | 1.0.3
docs.unity3d.com
    Show / Hide Table of Contents

    Class BakeParametersAttribute

    Attribute that can be placed on BakeParameters. The attribute is used to declare to which RigConstraint the BakeParameters belong.

    Inheritance
    Object
    Attribute
    BakeParametersAttribute
    Namespace: UnityEditor.Animations.Rigging
    Syntax
    [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
    public sealed class BakeParametersAttribute : Attribute, _Attribute

    Constructors

    BakeParametersAttribute(Type)

    Constructor.

    Declaration
    public BakeParametersAttribute(Type constraintType)
    Parameters
    Type Name Description
    Type constraintType

    The RigConstraint to which the BakeParameters belong.

    Properties

    constraintType

    The RigConstraint to which the BakeParameters belong.

    Declaration
    public Type constraintType { get; }
    Property Value
    Type Description
    Type
    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