public static void ChoosePlaceMode() { objAngleX = 0; objAngleY = 0; objAngleZ = 0; PlaceObjectMode.Instance().SetupMode(); }
public static PlaceObjectMode Instance() { if (instance == null) { instance = new PlaceObjectMode(); manager = SL.Get <GameManager>(); control = SL.Get <IVRControl>(); } return(instance); }