Class DisableAnnotationAttribute
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class DisableAnnotationAttribute : Attribute, _Attribute
Properties
disableGizmo
Declaration
public bool disableGizmo { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
disableIcon
Declaration
public bool disableIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |