Click or drag to resize
GameObjectRemoveComponent Method
Remove a component from this GameObject instance.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveComponent(
	BaseComponent component
)

Parameters

component
Type: GeonBit.ECS.ComponentsBaseComponent

[Missing <param name="component"/> documentation for "M:GeonBit.ECS.GameObject.RemoveComponent(GeonBit.ECS.Components.BaseComponent)"]

See Also