485 questions
using System.Collections;using System.Collections.Generic;using UnityEngine;[System.Serializable]public class BGScrollData{ public Renderer RenderForScroll; public float Speed; public float OffsetX;}p...
I'm a beginner at c#I'm trying to do this, but I don't know the syntax
I wrote a property class like thisusing System.Collections;using System.Collections.Generic;using UnityEngine;public class property2 : property{// Start is called before the first frame updatevoid Sta...
I'm practicing shooting stars, but I practiced on the top and copied the Internet code on the bottom, but why are the codes the same and the results different?
using System;class line{ Public class point // What is the reason why public should be included in this part? { public int x; } public point starting = new point();}class C_sharp_book{ public static ...
« | - 49 - |
© 2024 OneMinuteCode. All rights reserved.