GameObject.GetComponent

GameObjectからComponentを出力する。

GameObject.GetComponent

プロパティ

プロパティ名説明
Game Object GameObject
Component Component
Always Get Component 常にGetComponentするかどうか。
falseの場合、GameObjectが更新されるまで一度GetComponentした内容がキャッシュされます。