Class Collider


  • public class Collider
    extends java.lang.Object
    Represents the collision information associated with a transformation that can be attached to the collision system. Not publicly exposed.
    • Method Detail

      • setShape

        public void setShape​(CollisionShape localCollisionShape)
      • getTransformedShape

        @Nullable
        public CollisionShape getTransformedShape()
      • setAttachedCollisionSystem

        public void setAttachedCollisionSystem​(@Nullable
                                               CollisionSystem collisionSystem)
      • markWorldShapeDirty

        public void markWorldShapeDirty()