Class CastMetadata
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class CastMetadata : ProxyMetadata, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable
Constructors
CastMetadata(Type, Metadata)
Declaration
public CastMetadata(Type newType, Metadata parent)
Parameters
Type | Name | Description |
---|---|---|
Type | newType | |
Metadata | parent |
Properties
newType
Declaration
public Type newType { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
GetCustomAttributes(bool)
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
Type | Name | Description |
---|---|---|
bool | inherit |
Returns
Type | Description |
---|---|
Attribute[] |
Overrides
SubpathToString()
Declaration
protected override string SubpathToString()
Returns
Type | Description |
---|---|
string |