Interface ConstCollisionGroup

All Superinterfaces:
Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject
All Known Implementing Classes:
CollisionGroup

public interface ConstCollisionGroup extends ConstJoltPhysicsObject
Read-only access to a CollisionGroup.
  • Method Details

    • getGroupFilter

      ConstGroupFilter getGroupFilter()
      Access the group filter.
      Returns:
      a new JVM object with the pre-existing native object assigned, or null if none
    • getGroupId

      int getGroupId()
      Return the main group ID. The group is unaffected.
      Returns:
      the GroupID value
    • getSubGroupId

      int getSubGroupId()
      Return the sub-group ID. The group is unaffected.
      Returns:
      the SubGroupID value