Interface IStateDebugData
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.State.dll
Syntax
public interface IStateDebugData : IGraphElementDebugData
Properties
lastEnterFrame
Declaration
int lastEnterFrame { get; }
Property Value
| Type | Description |
|---|---|
| int |
lastExitTime
Declaration
float lastExitTime { get; }
Property Value
| Type | Description |
|---|---|
| float |