Interface IChunkSubscriber
Assembly: Eco.Gameplay.dll
Syntax
public interface IChunkSubscriber
Properties
IgnorePlantUpdates
Declaration
virtual bool IgnorePlantUpdates { get; }
Property Value
Type |
Description |
System.Boolean |
|
LastChunkUpdateTime
Declaration
double LastChunkUpdateTime { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxQueuedChunkUpdateTime
Declaration
float MaxQueuedChunkUpdateTime { get; }
Property Value
Type |
Description |
System.Single |
|
QueuedChunkUpdateTime
Declaration
double QueuedChunkUpdateTime { get; set; }
Property Value
Type |
Description |
System.Double |
|
ResetUpdateTimeOnEveryChange
Declaration
virtual bool ResetUpdateTimeOnEveryChange { get; }
Property Value
Type |
Description |
System.Boolean |
|
UpdateFrequencySec
Declaration
float UpdateFrequencySec { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
ChunksChanged()
Declaration
RelevantChunkPositions()
Declaration
IEnumerable<Vector3i> RelevantChunkPositions()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Vector3i> |
|
Extension Methods