Class RootMetadata
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public sealed class RootMetadata : Metadata, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable
Constructors
RootMetadata()
Declaration
public RootMetadata()
Properties
isRoot
Declaration
protected override bool isRoot { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
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[] |