Struct Time
Inherited Members
Namespace: Runtime
Assembly: solution.dll
Syntax
[Serializable]
[NodeDescription(Time.TimeType.DeltaTime, "Return the time between the current and previous frame.")]
[NodeDescription(Time.TimeType.ElapsedTime, "Return the length of the current session, in seconds.")]
[NodeDescription(Time.TimeType.FrameCount, "Return the total number of frames that have passed.")]
public struct Time : IDataNode, INode, IHasExecutionType<Time.TimeType>
Fields
Name | Description |
---|---|
Value |
Properties
Name | Description |
---|---|
Type |
Methods
Name | Description |
---|---|
Execute<TCtx>(TCtx) |