共用方式為


GKEntity.RemoveComponent 方法

定義

多載

RemoveComponent(Class)
RemoveComponent(Type)

移除指定 componentType 之 中的 Components 專案。

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

適用於