Interface IDescriptor
Namespace: Unity.VisualScripting
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 |
|---|---|
| Boolean |
target
Declaration
object target { get; }
Property Value
| Type | Description |
|---|---|
| Object |
Methods
Validate()
Declaration
void Validate()