Game object components - JamesTKhan/Mundus GitHub Wiki

What is a component?

Every game object (e.g.: Model, Terrain, etc) can have addable components. These can add more functionality to the game objects.

Where can I add component?

If you selected a game object then in the Inspector you can add component with the Add component button.

image

If you click to this button then you can select the component type in the dropdown.

image

After you added the component you will se it in the Inspector.

Components