Interface IStateTransitionDebugData
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IStateTransitionDebugData : IGraphElementDebugData
Properties
lastBranchFrame
Declaration
int? lastBranchFrame { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> |
lastBranchTime
Declaration
float? lastBranchTime { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<Single> |