Class SetScriptGraph
Set a ScriptGraph to a ScriptMachine
Inheritance
object
SetScriptGraph
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public sealed class SetScriptGraph : SetGraph<FlowGraph, ScriptGraphAsset, ScriptMachine>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
containerType
The type of object that handles the graph.
Declaration
[SerializeAttribute]
[InspectableAttribute]
[UnitHeaderInspectableAttribute]
public ScriptGraphContainerType containerType { get; set; }
Property Value
| Type | Description |
|---|---|
| ScriptGraphContainerType |
isGameObject
Declaration
protected override bool isGameObject { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Implements
IDisposable