c# tag

485 questions


1 answers
43 views
0
I want to move the object slowly to the specified position.

I want to move the object slowly to the specified position, but not slowly, but in an instant, I get to the last specified point.Does Vector3.Lerp not work well with while?Please let me know if there ...

2 years ago

2 answers
89 views
0
I want SQLite to insert the structural list as it is

We are developing at Unity.create table hoge_view(hoge_id1 integer, hoge_id2 integer, hoge_id3 integer, hoge_id4 integer, hoge_id5 integer);and so on.I would like to insert the values of the structura...

2 years ago

1 answers
34 views
0
Understanding Datagridview Data Retrieval

Show Datagridview in Form 1 and Press the Search menu in Form 1 and click The Form 2 dialog opens and enters the name you want to search for.Press Search for Form 2 to focus on the appropriate name fo...

c#
2 years ago

1 answers
37 views
0
Analyze Html with c#

Creating a desktop app in c#.I've been stuck before, so please help me.Analyzing Html in webbrowser.I would like to do the following two things, but can I use only the HtmlElement class?If not, I woul...

2 years ago

1 answers
87 views
0
Error adding item with same key when submit

I'd like to solve it as soon as possible.Environment: Asp.Net MVC4 (cshtml) I would like to post the viewmodel bound to view on submit to the stovetoller.An item containing the same key has already be...

2 years ago

1 answers
53 views
0
I want to attach the asp.NET MVC localization multilingual switch button

Environment ASP.NETMVC C#HTML CSS jquery 3.3.1 postgres4 https://qiita.com/yuu-eguci/items/40f171dff0f8c2cb4748Based on the above article, I tried to install the multilingual switch button.The ajax in...


1 answers
53 views
0
I want to synchronize my facial expressions using Photon.

I am creating a multiplayer project using Photon.I changed my avatar after running Blendshapes in Skin Mesh Renderer.How can I synchronize my avatar Blendshapes parameters to other players in real tim...

2 years ago

1 answers
50 views
0
In the c#ASP MVC5, the JS file is arranged in an arbitrary folder and used in the cshtml file.

Suppose you have the following folder configuration:Any folder name 1 

2 years ago

1 answers
147 views
0
Understanding How to Express Button Dynamically in xaml

Ask about the dynamic display of the button you tapped after tapping Button.Assume that an xaml file has the following Button tags:<Button Clicked=TheButtonTapped Image=sample.png WidthRequest=256...

2 years ago

1 answers
69 views
0
Changing the Color of an Object

I would like to change the color of the button to a color that is not the default color (to make it visually clear that the button cannot be used), but is there any way Unity can do this with a script...

2 years ago
« - 27 - »

© 2024 OneMinuteCode. All rights reserved.