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

Detailed Description

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

https://citybuilder.softleitner.com/manual/buildings

Inheritance diagram for CityBuilderCore.ExpandableVisual:
CityBuilderCore.IExpandableVisual

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]
 
- Properties inherited from CityBuilderCore.IExpandableVisual

Events

Action VisualsUpdated
 
- Events inherited from CityBuilderCore.IExpandableVisual
Action VisualsUpdated
 

Member Function Documentation

◆ GetPart()

Transform CityBuilderCore.ExpandableVisual.GetPart ( int i)

◆ UpdateVisuals()

virtual void CityBuilderCore.ExpandableVisual.UpdateVisuals ( Vector2Int expansion)
inlinevirtual

Property Documentation

◆ GameObject

GameObject CityBuilderCore.ExpandableVisual.GameObject
get