LoginSignup
0
1

More than 5 years have passed since last update.

Update関数のアクセス修飾子(Unity)

Last updated at Posted at 2017-07-14

Update関数のアクセス修飾子に関するメモ

Unity version : 5.6.1f1

基底クラスで定義したUpdate関数は、派生クラスにUpdate関数が定義されていない場合、アクセス修飾子の内容に関係なく呼ばれる。

例えば、基底クラスのUpdate関数にprivate修飾子をつけていたとしても、派生クラスにUpdate関数がない限り呼ばれる。

これはUnityの仕様のせいなのか。

0
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1