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