GKEntity.RemoveComponent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RemoveComponent(Class) | |
RemoveComponent(Type) |
移除指定 |
RemoveComponent(Class)
[Foundation.Export("removeComponentForClass:")]
protected virtual void RemoveComponent (ObjCRuntime.Class componentClass);
abstract member RemoveComponent : ObjCRuntime.Class -> unit
override this.RemoveComponent : ObjCRuntime.Class -> unit
參數
- componentClass
- Class
- 屬性
適用於
RemoveComponent(Type)
移除指定 componentType
之 中的 Components 專案。
public void RemoveComponent (Type componentType);
member this.RemoveComponent : Type -> unit
參數
- componentType
- Type