Commit b7c2aca5 authored by redsuncore's avatar redsuncore

Model Updated

모델 업데이트.
parent dac4d3d2
fileFormatVersion: 2
guid: 06d1e9b94983c2b43b353b6afc3e4574
timeCreated: 1520003803
timeCreated: 1520012438
licenseType: Free
DefaultImporter:
externalObjects: {}
......
fileFormatVersion: 2
guid: 14316eefeff7b8c4882dee9cb31df5f1
timeCreated: 1520003803
timeCreated: 1520012438
licenseType: Free
DefaultImporter:
externalObjects: {}
......
fileFormatVersion: 2
guid: 52d4b4bcbfe43994e999b8f5be390d82
timeCreated: 1520003984
timeCreated: 1520012438
licenseType: Free
DefaultImporter:
externalObjects: {}
......
fileFormatVersion: 2
guid: 43a349a478a56d34f81309845b5fd7ca
timeCreated: 1520003984
timeCreated: 1520012438
licenseType: Free
DefaultImporter:
externalObjects: {}
......
fileFormatVersion: 2
guid: 9cd8c45234b33194ab238aa2797329af
timeCreated: 1520003984
timeCreated: 1520012438
licenseType: Free
DefaultImporter:
externalObjects: {}
......
fileFormatVersion: 2
guid: f800f112e738c91408b1c549735a7597
timeCreated: 1520003984
timeCreated: 1520012438
licenseType: Free
DefaultImporter:
externalObjects: {}
......
fileFormatVersion: 2
guid: 51a4ccfc53e3bd3489fedcd4adb9e458
timeCreated: 1520003803
timeCreated: 1520012438
licenseType: Free
DefaultImporter:
externalObjects: {}
......
......@@ -1666,6 +1666,11 @@
</summary>
<seealso cref="P:CivModel.Player.AvailableProduction"/>
</member>
<member name="P:CivModel.IProductionFactory.ResultType">
<summary>
The type of production result object. <c>null</c> if the production result is not an object.
</summary>
</member>
<member name="P:CivModel.IProductionFactory.TotalLaborCost">
<summary>
The total labor cost to finish this production.
......@@ -2159,6 +2164,11 @@
</remarks>
<returns>an array of the adjacent points</returns>
</member>
<member name="P:CivModel.Terrain.AllTiles">
<summary>
Gets all tiles of this terrain.
</summary>
</member>
<member name="P:CivModel.Terrain.Width">
<summary>
The width of this terrain.
......
......@@ -45,11 +45,7 @@ public class InvestUIController : MonoBehaviour {
eiSlider = EcoInv.GetComponentInChildren<Slider>();
tiSlider = TechInv.GetComponentInChildren<Slider>();
logiSlider = Logistics.GetComponentInChildren<Slider>();
initSlider();
}
// Update is called once per frame
......@@ -64,7 +60,6 @@ public class InvestUIController : MonoBehaviour {
eiRateText.text = ((int)(eiSlider.value * 100)).ToString() + "%";
tiRateText.text = ((int)(tiSlider.value * 100)).ToString() + "%";
logiRateText.text = ((int)(logiSlider.value * 100)).ToString() + "%";
Debug.Log(GameManager.I.Game.PlayerInTurn.TaxRate);
}
public void initSlider()
......
Subproject commit bbd78e8be6c0c154dd4758e7aef115666a257689
Subproject commit 81ffd2d0ad01bfff8538d8a8790207035689ef5b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment