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