예제 #1
0
    private void PlaceCamera(int id)
    {
        Tripod component = PhotonView.Find(id).GetComponent <Tripod>();

        base.GetComponent <Rigidbody>().isKinematic = true;
        base.transform.SetParent(component.snapZone);
        base.transform.localPosition = Vector3.zero;
        base.transform.localRotation = Quaternion.identity;
        this.boxCollider.size        = this.startColSize / 2f;
    }
예제 #2
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void DeleteOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string loginProvider, Tripod.Domain.Security.DeleteRemoteMembership command);
예제 #3
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> Post(string ticket, Tripod.Domain.Security.VerifyEmailSecret command, string emailAddress)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Post);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "ticket", ticket);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "emailAddress", emailAddress);
     PostOverride(callInfo, ticket, command, emailAddress);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
예제 #4
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string ticket, Tripod.Domain.Security.VerifyEmailSecret command, string emailAddress);
예제 #5
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.SignIn command, string returnUrl);
예제 #6
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 public override System.Web.Mvc.ActionResult ValidatePut(Tripod.Domain.Security.ChangeLocalPassword command, string fieldName)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ValidatePut);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "fieldName", fieldName);
     ValidatePutOverride(callInfo, command, fieldName);
     return callInfo;
 }
예제 #7
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> Put(Tripod.Domain.Security.ChangeLocalPassword command)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Put);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     PutOverride(callInfo, command);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
예제 #8
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.CreateLocalMembership command);
예제 #9
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void RejectOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.RejectEmailVerification command, string emailAddress);
예제 #10
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void ValidateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.VerifyEmailSecret command, string fieldName);
예제 #11
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> Post(Tripod.Domain.Security.SendVerificationEmail command, string returnUrl)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Post);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
     PostOverride(callInfo, command, returnUrl);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
예제 #12
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.CreateLocalMembership command, string returnUrl, string emailAddress);
예제 #13
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void ValidateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.CreateLocalMembership command, string fieldName);
예제 #14
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.SendVerificationEmail command, string returnUrl, string loginProvider);
예제 #15
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> Delete(string loginProvider, Tripod.Domain.Security.DeleteRemoteMembership command)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Delete);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "loginProvider", loginProvider);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     DeleteOverride(callInfo, loginProvider, command);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
예제 #16
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void ValidatePutOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.ChangeUserName command);
예제 #17
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> Reject(Tripod.Domain.Security.RejectEmailVerification command, string emailAddress)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Reject);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "emailAddress", emailAddress);
     RejectOverride(callInfo, command, emailAddress);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
예제 #18
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PutOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.ChangeLocalPassword command);
예제 #19
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.SendVerificationEmail command);
예제 #20
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void ValidatePutOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.ChangeLocalPassword command, string fieldName);
예제 #21
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void DeleteOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int emailAddressId, Tripod.Domain.Security.DeleteEmailAddress command);
예제 #22
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> Delete(int emailAddressId, Tripod.Domain.Security.DeleteEmailAddress command)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Delete);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "emailAddressId", emailAddressId);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     DeleteOverride(callInfo, emailAddressId, command);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
예제 #23
0
파일: T4MVC.cs 프로젝트: phobos04/tripod
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Tripod.Domain.Security.ResetPassword command, string returnUrl, string emailAddress);