示例#1
0
 public RlViewServices(ControlContext ctrlCtx, RlGameContext gameCtx, PosUtil posUtil)
 {
     this.gameCtx  = gameCtx;
     this.cradle   = ctrlCtx.cradle;
     this.posUtil  = posUtil;
     this.input    = ctrlCtx.input;
     this.viewUtil = new RlEventViewUtils(this.posUtil, this.input);
 }
示例#2
0
文件: Cradle.cs 项目: toyboot4e/Rot
 internal void setCradle(Cradle cradle)
 {
     this.cradle = cradle;
 }
示例#3
0
文件: Cradle.cs 项目: toyboot4e/Rot
 internal ControlContext(VInput input)
 {
     this.input  = input;
     this.cradle = null;
 }