C# Class TextureSwapper, kaijurising

Inheritance: BuildingChange
Show file Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
ObjectCatagories List>
amountInList int
nameArray string[]

Public Methods

Method Description
checkState ( Material localMaterialArray ) : void
runSystem ( Material materialUsed ) : void

Private Methods

Method Description
searchBuilding ( ) : void
storeValues ( ) : void

Method Details

checkState() public method

public checkState ( Material localMaterialArray ) : void
localMaterialArray Material
return void

runSystem() public method

public runSystem ( Material materialUsed ) : void
materialUsed Material
return void

Property Details

ObjectCatagories public property

public List> ObjectCatagories
return List>

amountInList public property

public int amountInList
return int

nameArray public property

public string[] nameArray
return string[]