Class StepFlag

java.lang.Object
com.jme3.bullet.StepFlag

public final class StepFlag extends Object
Named flags used when stepping a PhysicsSpace simulation.
See Also:
  • Field Details

    • contactEnded

      public static final int contactEnded
      enable onContactEnded() callbacks
      See Also:
    • contactProcessed

      public static final int contactProcessed
      enable onContactProcessed() callbacks
      See Also:
    • contactStarted

      public static final int contactStarted
      enable onContactStarted() callbacks
      See Also:
    • contactConceived

      public static final int contactConceived
      enable onContactConceived() callbacks
      See Also:
    • logger

      public static final Logger logger
      message logger for this class
  • Method Details

    • describe

      public static String describe(int flags)
      Generate a textual description of the specified flags.
      Parameters:
      flags - the step flags to describe, ORed together
      Returns:
      description (not null, may be empty)