Class RootMetadata
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
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 |
---|---|
bool |
Overrides
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[] |