Interface IMachine
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public interface IMachine : IGraphRoot, IGraphNester, IGraphParent, IAotStubbable
Properties
graphData
Declaration
IGraphData graphData { get; set; }
Property Value
Type | Description |
---|---|
IGraphData |
threadSafeGameObject
Declaration
GameObject threadSafeGameObject { get; }
Property Value
Type | Description |
---|---|
GameObject |