Class EmbeddedSplineDataFieldsAttribute
Attribute used to make an EmbeddedSplineData variable show in the Inspector with a filtered set of fields editable. Use this in situations where you want to specify EmbeddedSplineData parameters in code and not allow them to be modified in the Inspector. to a ISplineContainer.
Implements
Inherited Members
Namespace: UnityEngine.Splines
Assembly: solution.dll
Syntax
public class EmbeddedSplineDataFieldsAttribute : PropertyAttribute, _Attribute
Constructors
Name | Description |
---|---|
EmbeddedSplineDataFieldsAttribute(EmbeddedSplineDataField) | Create an EmbeddedSplineDataFieldsAttribute attribute. |
Fields
Name | Description |
---|---|
Fields | The fields to show in the Inspector. |