GKEntity.RemoveComponent Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RemoveComponent(Class) | |
RemoveComponent(Type) |
Rimuove l'elemento in Components dell'oggetto specificato |
RemoveComponent(Class)
[Foundation.Export("removeComponentForClass:")]
protected virtual void RemoveComponent (ObjCRuntime.Class componentClass);
abstract member RemoveComponent : ObjCRuntime.Class -> unit
override this.RemoveComponent : ObjCRuntime.Class -> unit
Parametri
- componentClass
- Class
- Attributi
Si applica a
RemoveComponent(Type)
Rimuove l'elemento in Components dell'oggetto specificato componentType
.
public void RemoveComponent (Type componentType);
member this.RemoveComponent : Type -> unit
Parametri
- componentType
- Type