Interface IDescriptor
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public interface IDescriptor
Properties
description
Declaration
IDescription description { get; }
Property Value
| Type | Description |
|---|---|
| IDescription |
isDirty
Declaration
bool isDirty { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
target
Declaration
object target { get; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
Validate()
Declaration
void Validate()