c# tag

485 questions


1 answers
81 views
0
button objects generated by instantiate

Is there a way to button objects generated by instantiate??Specific steps are to remove the generated object and click the button to remove the object.That's itI prefab it and put spriterender and but...

2 years ago

2 answers
41 views
0
I want to know the difference between C and C++ and C# languages.

There is something I don't understand about the language that is commonly used on my computer.What are the differences between C# used in C, C++, and Unity?Every language has the letter C, so it looks...

c# c++ c
2 years ago

1 answers
66 views
0
call a col routine only once

We are developing FPS in Unity 3D.In the script below, when a player touches a character standing in a field, a routine starts and a message dialog appears.[Problems Occurring]Currently, when a player...

2 years ago

1 answers
99 views
0
android resolution optimization

I am creating an Android app using UGUI in unityMainly about UI design·Android has various devices, so considering the resolution and aspect ratio, Should it be created for all devices, or should high...

2 years ago

1 answers
69 views
0
You want to see and rewrite values defined in one class in more than one different class

This is Unity's C#.public class A { public int[]tmp = new int[3] {1,2,3}}class called public class AddScript:MonoBehavior { Aa = new A(); void Start() { a.tmp[0]++; }When called by Script attached to...

2 years ago

1 answers
114 views
0
MessagePack serialization time is slower than Json

I would like to use MessagePack to speed up API communication.See how different serialization de-serialization speeds are Using MessagePack and JSON, We are comparing the speed using the following pro...

2 years ago

1 answers
40 views
0
Mousewheel Events Called Twice

I'm making a program to play video on C#.I'd like to implement frame-forward playback with mouse wheel, but I'm going to have a case of title.Immediately after startup, it is called only once, but it ...

c#
2 years ago

1 answers
47 views
0
I want to get the search results (string) sorted on C#Lucene.net

I would like to get the search results (string) sorted on C#Lucene.net.Could you introduce me to a sample?

2 years ago

1 answers
84 views
0
Understanding DataTable and linq

Thank you for taking care of me.string cmdQuery=SELECT* FROM TableA; using(DataTableTableA=newDataTable()) using(OleDbCommand cmd=newOleDbCommand(cmdQuery,conn)) using(OleDbDataAdapter=newOleDbData...

2 years ago

1 answers
117 views
0
How to Count Strings in WPF

In an event (Btn_Click), how do I count the target words, characters, etc. in a character?I often see the following methods, but is it possible to work with buttons because it is static int?static int...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.