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