示例#1
0
 void Rocking(UIRocker rocker)
 {
     view.render.Invoke(Rock, rocker.direction);
 }
示例#2
0
 void Rocking(UIRocker rocker)
 {
     view.render.InvokePage <RolePage, UIRocker.Direction>(Rock, rocker.direction);
 }