2021-08-29から1日間の記事一覧

Command パターンを用いてコマンド操作のリプレイを実装する【Game Development Pattern With Unity】

Environment Command Pattern Intro UML Diagram & Classes Invoker Receiver ICommand Pros and Cons Pros Cons When to Use Implement Invoker ICommand ConcreteCommands Receiver InputHandler Client Flow Test Outro References こちらの書籍の第7章「…