mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Expand EngineAPI type definitions
This commit is contained in:
parent
f5f0eb2bb4
commit
a241d27b58
13 changed files with 284 additions and 36 deletions
|
|
@ -238,6 +238,11 @@ bool Trigger::castRay(const Point3F &start, const Point3F &end, RayInfo* info)
|
|||
DECLARE_STRUCT( Polyhedron );
|
||||
IMPLEMENT_STRUCT( Polyhedron, Polyhedron,,
|
||||
"" )
|
||||
|
||||
FIELD(mPointList, pointList, 1, "")
|
||||
FIELD(mPlaneList, planeList, 1, "")
|
||||
FIELD(mEdgeList, edgeList, 1, "")
|
||||
|
||||
END_IMPLEMENT_STRUCT;
|
||||
ConsoleType(floatList, TypeTriggerPolyhedron, Polyhedron, "")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue