GridMap.collisionLayer

The physics layers this GridMap is in. GridMaps act as static bodies, meaning they aren't affected by gravity or other forces. They only affect other physics bodies that collide with them.

  1. long collisionLayer [@property getter]
    struct GridMap
    @nogc nothrow @property
    long
    collisionLayer
    ()
  2. long collisionLayer [@property setter]

Meta