Interface IDescriptor
Namespace: Ludiq
Syntax
public interface IDescriptor
  Properties
icon
Declaration
EditorTexture icon { get; }
  Property Value
| Type | Description | 
|---|---|
| EditorTexture | 
summary
Declaration
string summary { get; }
  Property Value
| Type | Description | 
|---|---|
| String | 
target
Declaration
object target { get; }
  Property Value
| Type | Description | 
|---|---|
| Object | 
title
Declaration
string title { get; }
  Property Value
| Type | Description | 
|---|---|
| String | 
warnings
Declaration
IReadOnlyList<Warning> warnings { get; }
  Property Value
| Type | Description | 
|---|---|
| IReadOnlyList<Warning> | 
Methods
SetDirty()
Declaration
void SetDirty()
  Validate()
Declaration
void Validate()
  Events
propertyChanged
Declaration
event Action propertyChanged
  Event Type
| Type | Description | 
|---|---|
| Action |