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