コード例 #1
0
 void Start()
 {
     rb2d     = rb2d ?? go.GetComponent <Rigidbody2D>();
     instance = instance ?? this;
 }
コード例 #2
0
 private void Awake()
 {
     instance = instance ?? this;
 }