Class ProxyMetadata
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
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(bool)
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | inherit |
Returns
| Type | Description |
|---|---|
| Attribute[] |