Interface ICollapseRequest
Namespace: Ludiq.Bolt
Syntax
public interface ICollapseRequest
Properties
context
Declaration
IGraphContext context { get; }
Property Value
| Type | Description |
|---|---|
| IGraphContext |
elements
Declaration
HashSet<IGraphElement> elements { get; }
Property Value
| Type | Description |
|---|---|
| HashSet<IGraphElement> |
icon
Declaration
Texture2D icon { get; set; }
Property Value
| Type | Description |
|---|---|
| Texture2D |
masterGroup
Declaration
GraphGroup masterGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| GraphGroup |
summary
Declaration
string summary { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
title
Declaration
string title { get; set; }
Property Value
| Type | Description |
|---|---|
| String |