Struct InspectorBlock
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
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 readonly Metadata metadata { get; }
Property Value
| Type | Description |
|---|---|
| Metadata |
position
Declaration
public readonly Rect position { get; }
Property Value
| Type | Description |
|---|---|
| Rect |