ClassicCityBuilderKit 1.9.2
|
behaviour that can be used to adjust an expandable buildings visuals to its actual size
also adjusts the building pivot position to the expanded size
can also be used for the ghost by only filling out the info and leaving the building empty
Public Types | |
enum | RepetitionMode { Inside , Offset , Extended } |
Public Member Functions | |
Transform | GetPart (int i) |
virtual void | UpdateVisuals (Vector2Int expansion) |
Public Attributes | |
ExpandableBuildingInfo | Info |
ExpandableBuilding | Building |
Transform | Pivot |
Transform | StartPart |
Transform | RepeatingPart |
RepetitionMode | RepeatingMode |
Transform | EndPart |
Protected Member Functions | |
virtual void | Start () |
Properties | |
GameObject | GameObject [get] |
![]() |
Events | |
Action | VisualsUpdated |
![]() | |
Action | VisualsUpdated |
Transform CityBuilderCore.ExpandableVisual.GetPart | ( | int | i | ) |
Implements CityBuilderCore.IExpandableVisual.
|
inlinevirtual |
Implements CityBuilderCore.IExpandableVisual.
|
get |
Implements CityBuilderCore.IExpandableVisual.