Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /IUnitDebugData.cs
| namespace Unity.VisualScripting | |
| { | |
| public interface IUnitDebugData : IGraphElementDebugData | |
| { | |
| int lastInvokeFrame { get; set; } | |
| float lastInvokeTime { get; set; } | |
| } | |
| } | |