Meta_SystemCollision
Module: Metanodes / Definitions
A SystemCollision node is used to override Meta_Visual system collision. More...
#include <meta_importables.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Enabled, Idx_Collider } Property index. |
Detailed Description
struct Meta_SystemCollision;
A SystemCollision node is used to override Meta_Visual system collision.
Should be a child of a Meta_Visual.
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Enabled | If false, the parent Visual's system collision is disabled and it is not pickable by the cursor. | |
Idx_Collider | If true, forces the body to act as a concave collider. |
Property index.