docs.unity.cn
    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
    BakeParametersAttribute
    Namespace: UnityEditor.Animations.Rigging
    Syntax
    public sealed class BakeParametersAttribute : 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 © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, August 24, 2021