Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/CollisionFunctions.h |
| Include | #include "GeometryScript/CollisionFunctions.h" |
Syntax
enum EGeometryScriptSweptHullAxis
&123;
X = 0,
Y = 1,
Z = 2,
SmallestBoxDimension = 3,
SmallestVolume = 4,
&125;
Values
| Name | Description |
|---|---|
| X | |
| Y | |
| Z | |
| SmallestBoxDimension | Use X/Y/Z axis with smallest axis-aligned-bounding-box dimension |
| SmallestVolume | Compute projected hull for each of X/Y/Z axes and use the one that has the smallest volume |