Skip to main content
Version: Reality 5.4 SP2

Automatic Casting

In Reality terminology, automatic casting refers to the straightforward conversion between data types, such as float to double or float to integer.

This feature is especially useful as it removes the need for designers and developers to memorize all data types, allowing them to quickly prototype features without concerns about data types, as a result accelerates the design or development cycle.

Additionally, automatic casting minimizes the risk of type-related errors, such as performing operations on incompatible data types.