This commit is contained in:
Wojtek Figat
2022-06-19 13:07:19 +02:00
parent 2e2404dc5f
commit 1fbdabdcd0
5 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ enum class ContainmentType;
/// </summary>
API_STRUCT() struct FLAXENGINE_API OrientedBoundingBox
{
DECLARE_SCRIPTING_TYPE_MINIMAL(Rectangle);
DECLARE_SCRIPTING_TYPE_MINIMAL(OrientedBoundingBox);
/// <summary>
/// Half lengths of the box along each axis.