Class BakeParametersAttribute
Attribute that can be placed on BakeParameters. The attribute is used to declare to which RigConstraint the BakeParameters belong.
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 |