GKEntity.GetComponent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetComponent(Class) | |
GetComponent(Type) |
指定した の 内 Components の 要素を取得します |
GetComponent(Class)
[Foundation.Export("componentForClass:")]
protected virtual GameplayKit.GKComponent GetComponent (ObjCRuntime.Class componentClass);
abstract member GetComponent : ObjCRuntime.Class -> GameplayKit.GKComponent
override this.GetComponent : ObjCRuntime.Class -> GameplayKit.GKComponent
パラメーター
- componentClass
- Class
戻り値
- 属性
適用対象
GetComponent(Type)
指定した の 内 Components の 要素を取得します componentType
。
public GameplayKit.GKComponent GetComponent (Type componentType);
member this.GetComponent : Type -> GameplayKit.GKComponent
パラメーター
- componentType
- Type