C# Class BuildingChange, kaijurising

Inheritance: NetworkBehaviour
Mostrar archivo Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
amountOfStates int

Public Methods

Method Description
updatedTexture ( Renderer currentRender, Material newTexture ) : void

Private Methods

Method Description
Awake ( ) : void
findBuildingType ( BUILDING_TYPE buildingChanged, string checkingEntity ) : BUILDING_TYPE
selector ( BUILDING_TYPE findBuilding ) : void

Method Details

updatedTexture() public method

public updatedTexture ( Renderer currentRender, Material newTexture ) : void
currentRender Renderer
newTexture Material
return void

Property Details

amountOfStates public_oe property

public int amountOfStates
return int