Class TypeSetAttribute
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class TypeSetAttribute : Attribute, _Attribute
Constructors
TypeSetAttribute(TypeSet)
Declaration
public TypeSetAttribute(TypeSet typeSet)
Parameters
Type | Name | Description |
---|---|---|
TypeSet | typeSet |
Properties
typeSet
Declaration
public TypeSet typeSet { get; }
Property Value
Type | Description |
---|---|
TypeSet |