Esempio n. 1
0
 public AbsPlayerInputState(
     IPlayerInputStateConstArg arg
     )
 {
     thisEngine             = arg.engine;
     thisDrawDeltaThreshold = arg.drawDeltaThreshold;
     thisProcessFactory     = arg.processFactory;
 }
Esempio n. 2
0
 public AbsPlayerInputPointerUpState(
     IPlayerInputStateConstArg arg
     ) : base(arg)
 {
 }
Esempio n. 3
0
 public PlayerInputWaitingForNextTouchState(IPlayerInputStateConstArg arg) : base(arg)
 {
 }
Esempio n. 4
0
 public PlayerInputLookingAroundState(IPlayerInputStateConstArg arg) : base(arg)
 {
 }
Esempio n. 5
0
 public PlayerInputDrawingState(IPlayerInputStateConstArg arg) : base(arg)
 {
 }
Esempio n. 6
0
 public PlayerInputIdleState(IPlayerInputStateConstArg arg) : base(arg)
 {
 }