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