BlueRoseNote/02-Note/DAWA/Old/FightingGameStemp笔记.md

17 lines
627 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 前言
- Document:https://drive.google.com/file/d/1zgNpEdIRJxYInLf7WppvjQuUKup6tJAV/view
# 3C
- BP_GameInstance联机相关逻辑。
- BP_FightingGameMode
- BP_GameState
- BP_PlayerState
- 逻辑
- 载入所有角色选人阶段资源1~16
- 根据选择的模式调用SetInitialPositionFor1on1()或者SetInitialPositionFor3On3()之后创建BP_GlobalCamera
- 3个接口实现BPIStartCameraForBattle、BPISetChange-SideForCamera、BPISetInitial-PositionForArcade
- BP_Sub_Controller => BP_Common_Controller
## Character
每个角色的逻辑都单独写在一个Character蓝图类中。