Class TypeSetAttribute
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class TypeSetAttribute : 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 |