Interface IGraphParent
Namespace: Unity.VisualScripting
Syntax
public interface IGraphParent
Properties
childGraph
Declaration
IGraph childGraph { get; }
Property Value
| Type | Description |
|---|---|
| IGraph |
isSerializationRoot
Declaration
bool isSerializationRoot { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
serializedObject
Declaration
Object serializedObject { get; }
Property Value
| Type | Description |
|---|---|
| Object |
Methods
DefaultGraph()
Declaration
IGraph DefaultGraph()
Returns
| Type | Description |
|---|---|
| IGraph |