Class BackgroundWorkerAttribute
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
[Obsolete("Use BackgroundWorker.Schedule() directly instead of this attribute")]
public class BackgroundWorkerAttribute : Attribute, _Attribute
Constructors
BackgroundWorkerAttribute(String)
Declaration
public BackgroundWorkerAttribute(string methodName = "BackgroundWork")
Parameters
| Type | Name | Description |
|---|---|---|
| String | methodName |
Properties
methodName
Declaration
public string methodName { get; }
Property Value
| Type | Description |
|---|---|
| String |