GKEntity.RemoveComponent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveComponent(Class) | |
RemoveComponent(Type) |
Removes the element in Components of the specified |
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