c# tag

485 questions


1 answers
125 views
0
UNI.T C# new plane (Vector3.up, Vector3.zero); I'm curious about this coding

I'm just going to use the plane as the floor Plane groundPlane = new Plane(Vector3.up, Vector3.zero);What's the point of doing this?I don't know the difference Why adjust the Vector value and why the...

2 years ago

1 answers
108 views
0
Unity engine (ball bouncing) Change the color of the ball received by Color to the image.

I'm making a ball bouncing game through UNI.T 2D.Make a circular ball and color the ballI want to import and apply a specific image.I'd like to change it. [The image has been modified to fit the size ...

2 years ago

1 answers
84 views
0
C#, MySQL DB, UNI.T. linked questions Help me!

Hello.I'm a beginner who just started coding for games.While watching the YouTube video this time, I was making the unity login system into C# and MySQL DB.It works normally in the video, but I don't ...

2 years ago

1 answers
110 views
0
When using C++ Shared Memory (Memory mapped) DLLs in C++ & C#

Create DLLs in Project X (C++); Project X defines functions that read and write data using MemoryMapped.Project Y uses a DLL called X Enter data mainly (C++);Project Z uses a DLL called X Mainly read ...

2 years ago

1 answers
173 views
0
How can I read Nvidia GPU usage in C#?

Hello? I'm working on a program that sprays GPU usage on the screen by reading GPU usage on C#.Net, but I don't know how to read GPU usage on C#. I would appreciate it if you could let me know in deta...

2 years ago

1 answers
97 views
0
UNI.T Naver Clova face recognition link.

Hi, everyone.I would like to link Naver API to UNI.T.T.First of all, it works well on C# When UNI.T spins it TlsException: Invalid certificate received from server. Error code: 0xffffffff80092012Mono....

2 years ago

1 answers
40 views
0
There was a problem while changing the c# array

int[] Heap = new int[4];for(int i=0;i<32;i++){ if(usedsize == Heap.Length) // { Array.Resize(ref Heap, Heap.Length *2); Console.WriteLine(Heap[+(Heap.Length-1)+] =+Heap[Heap.Length-1]); } ++u...

c#
2 years ago

2 answers
37 views
0
Output code from 1 to n when c# n value is entered

C.Lynn's been speaking C# for 2 weeks. I'm listening to the company lecture. Instead of solving examples and giving assignments, I'm giving assignments and listening to explanations. Even if I search ...

c#
2 years ago

1 answers
38 views
0
Inheritance Utilization and Pointer

It's a question that doesn't matter whether it's C++ or C#.Inheritance related questions I learn the concept of inheritance, learn it, and know the advantages. If you use inheritance as a sample code,...

2 years ago

1 answers
142 views
0
How do I change the value of a variable with if? c#

if (Input.GetKeyDown(KeyCode.DownArrow)) { int current_health = 10; current_health += 30; Debug.Log (Recovery Potion Used +current_health);} The more I press it, the more I want to raise the blood....

2 years ago
« - 44 - »

© 2024 OneMinuteCode. All rights reserved.