Loading...
Searching...
No Matches
CityBuilderCore.LayerPosition Class Reference

Detailed Description

helper for LayerValues that holds the current value of a point and all the affectors that affect it

Public Member Functions

 LayerPosition (LayerValues owner)
 
void AddAffector (Vector2Int position, int value, ILayerAffector affector)
 
void RemoveAffector (Vector2Int position, int value, ILayerAffector affector)
 

Properties

int Value [get]
 
List< ILayerAffectorAffectors [get]