Class RegisterBindingAttribute
This attribute is used to create a new binding type.
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class RegisterBindingAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| RegisterBindingAttribute(Type, bool) | Initializes a binding type. |
Fields
| Name | Description |
|---|---|
| DeclaringType | Type which this attribute is attached to. |
| DefaultExposed | By default should this binding be exposed in the inspector? |