BuildingInformationReceivedDelegate (Delegate)

Namespace: Wrld.Resources.Buildings

delegate void BuildingInformationReceivedDelegate(bool, BuildingHighlight)

A delegate type for the callback optionally set on BuildingHighlightOptions.BuildingInformationReceivedHandler().

Argument Type Description
buildingHighlight BuildingHighlight The BuildingHighlight object for which building information has been received. The information can be obtained with BuildingHighlight.GetBuildingInformation().
v0.8.17