GameObject.GetComponent
GameObjectからComponentを出力する。

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

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