Class CastMetadata
Inherited Members
Namespace: Unity.VisualScripting
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(Boolean)
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | inherit |
Returns
Type | Description |
---|---|
Attribute[] |
Overrides
SubpathToString()
Declaration
protected override string SubpathToString()
Returns
Type | Description |
---|---|
String |