Add()

IContainer::Add(System::SharedPtr<IComponent>) method

RTTI information.

virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0

Arguments

ParameterTypeDescription
componentSystem::SharedPtr<IComponent>Component to add.

Remarks

Adds component into container.

See Also