SOKT Day 7 Log
1. Add HUD interface
2. Implement HUD interface
3. Implement MainUI Time text Show by implement interface function
Q
1. Why use the interface ?
讓通用的 function 抽出,可以讓不同 Class ,override logic
e.g. 在 Blueprint 中若直接在實作 interface 上 Add 一個 interface ,則會類似該 Class 已繼承該 interface 所以可以依照不同需求實作不同 Logic
0 意見