Version: 2018.1
public Component[] GetComponents (Type type);

パラメーター

type取得するコンポーネントの型

説明

GameObject から type のタイプのコンポーネントを「すべて」取得します。

no example available in C#

public T[] GetComponents ();

説明

ジェネリック版。詳細については Generic Functions を参照してください。