Szerkesztés

Megosztás a következőn keresztül:


GKEntity.RemoveComponent Method

Definition

Overloads

RemoveComponent(Class)
RemoveComponent(Type)

Removes the element in Components of the specified componentType.

RemoveComponent(Class)

[Foundation.Export("removeComponentForClass:")]
protected virtual void RemoveComponent (ObjCRuntime.Class componentClass);
abstract member RemoveComponent : ObjCRuntime.Class -> unit
override this.RemoveComponent : ObjCRuntime.Class -> unit

Parameters

componentClass
Class
Attributes

Applies to

RemoveComponent(Type)

Removes the element in Components of the specified componentType.

public void RemoveComponent (Type componentType);
member this.RemoveComponent : Type -> unit

Parameters

componentType
Type

Applies to