Class ProxyMetadata
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public class ProxyMetadata : Metadata, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable
Constructors
ProxyMetadata(Object, Metadata, Metadata)
Declaration
public ProxyMetadata(object subpath, Metadata binding, Metadata parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | subpath | |
| Metadata | binding | |
| Metadata | parent |
Properties
binding
Declaration
public Metadata binding { get; }
Property Value
| Type | Description |
|---|---|
| Metadata |
rawValue
Declaration
protected override object rawValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
Overrides
Methods
GetCustomAttributes(Boolean)
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | inherit |
Returns
| Type | Description |
|---|---|
| Attribute[] |