IGlobalVariables Interface
Interface for the global variables
Definition
Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IGlobalVariablesProperties
| IsInShadowState | Gets a value indicating whether this instance is in shadow state. |
| SeenCounters | Get and set all seen counters. This is can be especially useful for save games. |
Methods
| GetSeenCounter | Returns how often a flow object has been seen by the flow player. |
| ResetAllSeenCounters | Resets how often flow objects have been seen by the flow player. |
| SetSeenCounter | Overrides how often a flow object has been seen by the flow player. |