Show / Hide Table of Contents

Interface ITickable

Namespace: Eco.Simulation.Agents
Assembly: Eco.Simulation.dll
Syntax
public interface ITickable : IComparable

Properties

NextTick

Declaration
double NextTick { get; set; }
Property Value
Type Description
System.Double

QueueHandle

Declaration
IPriorityQueueHandle<ITickable> QueueHandle { get; set; }
Property Value
Type Description
C5.IPriorityQueueHandle<ITickable>

Methods

Destroy()

Declaration
void Destroy()

IsReady()

Declaration
bool IsReady()
Returns
Type Description
System.Boolean

Tick()

Declaration
void Tick()
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾