●
Skip to content

Unity-C#

My Unity-C# site

EnemyController

 2024.07.07 unityC#  

Bullet

 2024.05.15 unityC#  

Player

 2024.05.15 unityC#  

TriggerEnter

 2022.11.06 unityC#  

CollisionEnter

 2022.11.06 unityC#  

TextObject

 2022.11.06 unityC#  

MouseDrag

 2022.11.06 unityC#  

Unity-C#

  • Top
  • EnemyController
  • Delegate
    • MouseDrag
    • TextObject
    • CollisionEnter
  • physics4
    • Button
    • SKAction1
      • TabScroll
      • Text
  • do_action
  • add_shortcode

unityC#

unityC#

EnemyController

07/07/2024

using System.Collections; using System.Collections.Generic; using UnityEngine; public class EnemyController : …

続きを読む
mini
unityC#

Bullet

15/05/2024

public class Bullet : MonoBehaviour { Rigidbody2D rbody; public float speed; void Start() { rbody = this.GetCo…

続きを読む
mini
unityC#

Player

15/05/2024

public class Player : MonoBehaviour { Rigidbody2D rbody; //Rigidbody2D型の変数 float axisH = 0.0f; //入力 public flo…

続きを読む
mini
unityC#

TriggerEnter

06/11/2022

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManageme…

続きを読む
mini
  • « 前のページ

アーカイブ

  • 2024年7月
  • 2024年5月
  • 2022年11月
  • 2022年8月
  • 2022年7月
  • 2021年2月
  • 2021年1月

カテゴリー

  • bootstrap
  • spritekit
  • swiftui
  • unityC#
  • wordpress
© 2025 Unity-C#