概要
using UnityEngine; public class Example : MonoBehaviour { private void Awake() { int a = 1; int b = 2; ( a, b ) = ( b, a ); } }
using UnityEngine; public class Example : MonoBehaviour { private void Awake() { int a = 1; int b = 2; ( a, b ) = ( b, a ); } }