コード例 #1
0
ファイル: WindowLink.cs プロジェクト: bigstupidx/Halfway-Home
 void OnWindowDescriptionEvent(Window.DescriptionEvent e)
 {
     // Redirect to the parent
     Interface.gameObject.Dispatch <Window.DescriptionEvent>(e);
 }
コード例 #2
0
 void OnWindowDescriptionEvent(Window.DescriptionEvent e)
 {
     UpdateTitle(e.Title);
     UpdateSubtitle(e.Description);
 }