Package-level declarations
Defines small shared data values used across model contracts.
The package contains lightweight vector records and model asset identifiers that can be reused by raw data, blueprint data, rendering, events, and pack generation without introducing platform dependencies.
Example:
var pivot = new Float3(0.0F, 1.0F, 0.0F);
var uv = new Float2(0.0F, 16.0F);
Content copied to clipboard
Since
3.2.0