示例#1
0
 public Handle CreateRotation(Quaternion rota, QuaternionCallback callback)
 {
     return(Rota.Create(this, rota, callback));
 }