Class AssignsAttribute
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class AssignsAttribute : Attribute, _Attribute
Constructors
AssignsAttribute()
Declaration
public AssignsAttribute()
AssignsAttribute(string)
Declaration
public AssignsAttribute(string memberName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | memberName |
Properties
cache
Declaration
public bool cache { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
memberName
Declaration
public string memberName { get; }
Property Value
| Type | Description |
|---|---|
| string |