c# tag

485 questions


1 answers
99 views
0
Error in processing by multi-layer boxcollider in parent-child relationship

I was making a system to climb the level difference.When I try to get component from a script, c:\Users\user\Documents\New Unity Project 3\Asset\StandardAsets\Characters\ThirdPersonCharacter\Scripts\T...

2 years ago

3 answers
39 views
0
I want to determine a part of the time specified in TimeSpan and get it.

I'd like to determine a part of C# that took a long time…For example, var start=TimeSpan.Parse(19:00); // This is fluctuatingvar end = TimeSpan.Parse(3:00); // The next day, at 3 o'clock, fluctuates h...

c#
2 years ago

1 answers
92 views
0
c# AND METHOD FOR SPECIFYING ARGUMENT INCLUDING JAPANESE IN EXECUTION OF OTHER APPLICATION AT COMMAND PROMOTE

As the title says, ○How to specify a string containing Japanese to process.start arguments in C#and ○How to specify a string containing Japanese in the application execution argument at the command pr...

2 years ago

1 answers
113 views
0
With unity, C#, I want to switch the key operation of the arrow on the keyboard to button operation.

You can use the arrow keys to move objects with the following code.I want to be able to move this with the buttons up, down, right, and left, but I don't know how to edit the code.Please let me knowpu...

2 years ago

1 answers
38 views
0
How to Add Format to Existing Clipboard Contents in C#

Thank you for your help.Sorry for asking so many questions.You are about to add a new format to the contents of the clipboard that is already included in C#.For example, an image in which a file is co...

c#
2 years ago

3 answers
35 views
0
What is a good namespace and class name for C#?Why isn't CreateObjectService working?

I'm a new programmer.Specify the name of the service that generates an object.Hoge_Service.web.Services.CreateObjectServiceWhen I named it, my senior told me that I couldn't use the namespace or class...

c#
2 years ago

1 answers
75 views
0
I want to increase the zip compression rate of video files in Unity.

We have created a zip compression process using GZipStream.The following code is used to compress the video file (mp4) stored in the terminal, but the compression rate is 98 to 99 percent, and the pur...

2 years ago

1 answers
65 views
0
I want to use Hololens2's spatial recognition to detect what I put on my desk.

What do you want to do·If you have a mug, watch, or cell phone on your desk, attach a bounding box only to the watch as seen from Hololens 2.·The bounding box is projected in real time, and the size c...

2 years ago

1 answers
105 views
0
C# I'd like a transparent form on the back...

Thank you for your help.I tried to make a desktop accessory with C# but I failed.Set the TransparencyKey on the form to BackColor on the form and Make BorderStyle None, and even mascot characters It's...

2 years ago

2 answers
35 views
0
About Char Type

using System;class aaaaaaaaaaaaaaaaaa{ static void Main() { double x, y; byte b; inti; char; x = 10.0; y = 3.0; i=(int)(x/y); // cast from double to int type Console.WriteLine(Integer outcome ...

c#
2 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.