Type

Types include basic types and components.

Basic types

Basic types refer to predefined, most basic data types. They are the most basic building blocks in programming languages, used to store or operate different types of data.

How to apply

You can choose the basic type that suits the usage scenario according to your needs. You may need to pay attention to the range, precision, and whether the basic type used matches the interface requirements.

Components

Components are carriers of a type of data, representing a functional module

Concept description

Components are carriers of a type of function, representing a functional module.

Attributes are data members of components, and you can customize the functional module by modifying the modifiable attributes.

How to apply

You can edit the component properties of an object and modify the mounting of a custom component in the editor.

You can also get components in the script and modify the mounting of custom components or component properties.

Tips

In the editor, different objects are naturally mounted with some components.

Custom components are some components that you can choose whether to mount on objects or entities.

Only custom components support free mounting and unmounting, either in the editor or in scripts.