Struct InspectorBlock
Namespace: Unity.VisualScripting
Syntax
public struct InspectorBlock
Constructors
InspectorBlock(Metadata, Rect)
Declaration
public InspectorBlock(Metadata metadata, Rect position)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | metadata | |
| Rect | position |
Properties
metadata
Declaration
public Metadata metadata { get; }
Property Value
| Type | Description |
|---|---|
| Metadata |
position
Declaration
public Rect position { get; }
Property Value
| Type | Description |
|---|---|
| Rect |