Summary
The way the time agents list is initialized.
The list is initialized on
Start(), on StartSimulation(bool) with the parameter set to true or manually calling
InitTimeAgentsList()
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["TimeStone.TimeAgentsListInitMode"]
class Type type-node
Syntax
public enum TimeStone.TimeAgentsListInitMode
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Layer | 2 |
The list is getting all
TimeAgent that have the layer timeAgentsListInitLayerstatic
|
| Manual | 0 |
The list is defined manually, by code modifing
timeAgentsManualInitList or directly in the editorstatic
|
| Tag | 1 |
The list is getting all
TimeAgent that have the tag timeAgentsListInitTagstatic
|