Adds a model to the container.
The model instance to add
Adds multiple models to the container at once.
Array of model instances to add
Readonly modelsThe container instance managing the models. Readonly property that provides access to the KosModelContainer. Compatible with IKosModelHolder interface. Updates automatically when models are added or removed.
Reactive array of all model instances in the container. This is the actual array of models, compatible with IKosModelHolder interface. Updates automatically when models are added or removed.
Base interface providing common container-aware methods and properties. Used internally by both KosContainerAware and KosContainerAwareWithProp.