Sha256: d6ee39a4737d3a6dc55cec1bb48dfc842346cda2d3730b593780c0d29ffe4561
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
package org.jbox2d.particle; public class ParticleGroupType { /** resists penetration */ public static final int b2_solidParticleGroup = 1 << 0; /** keeps its shape */ public static final int b2_rigidParticleGroup = 1 << 1; }
Version data entries
7 entries across 7 versions & 1 rubygems