|
| override void | Start () |
| |
| override void | updateTool () |
| |
|
override void | updatePointer (Vector2Int mousePoint, Vector2Int dragStart, bool isDown, bool isApply) |
| |
|
virtual void | recreatePreview () |
| |
|
virtual void | createPreview () |
| |
|
virtual void | updatePreview (List< Vector2Int > buildPoints, Vector2Int size, Func< Vector2Int, bool > validityChecker) |
| |
|
virtual void | destroyPreview () |
| |
|
virtual bool | checkCost (int count) |
| |
|
virtual void | build (IEnumerable< Vector2Int > points) |
| |
| override void | updateTool () |
| |
|
void | updatePointer (Vector2Int mousePoint, Vector2Int dragStart, bool isDown, bool isApply) |
| |
|
void | onApplied () |
| |
|
virtual void | OnDisable () |
| |
|
void | enter () |
| |
|
void | exit () |
| |
|
| override string | TooltipName [get] |
| | main text in the tooltip
|
| |
| override string | TooltipDescription [get] |
| | smaller but potentially longer text below the main text
|
| |
|
override bool | IsTouchPanAllowed [get] |
| |
|
virtual bool | ShowGrid [get] |
| | whether the IGridOverlay gets shown for this tool
|
| |
|
virtual bool | IsTouchPanAllowed [get] |
| | whether the camera can be panned by touch drag
|
| |
|
bool | IsToolActive [get] |
| |
|
bool | IsTouchActivated [get] |
| |
| virtual string | TooltipName [get] |
| | main text in the tooltip
|
| |
| virtual string | TooltipDescription [get] |
| | smaller but potentially longer text below the main text
|
| |
◆ ActivateTool()
| override void CityBuilderCore.BuildingBuilder.ActivateTool |
( |
| ) |
|
|
inlinevirtual |
◆ DeactivateTool()
| override void CityBuilderCore.BuildingBuilder.DeactivateTool |
( |
| ) |
|
|
inlinevirtual |
◆ GetCost()
| override int CityBuilderCore.BuildingBuilder.GetCost |
( |
Item | item | ) |
|
|
inlinevirtual |
◆ Start()
| override void CityBuilderCore.BuildingBuilder.Start |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ updateTool()
| override void CityBuilderCore.BuildingBuilder.updateTool |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ TooltipDescription
| override string CityBuilderCore.BuildingBuilder.TooltipDescription |
|
get |
◆ TooltipName
| override string CityBuilderCore.BuildingBuilder.TooltipName |
|
get |