This holds contact filtering data.
Exemplo n.º 1
0
 public Fixture()
 {
     UserData = null;
     Body = null;
     Next = null;
     Proxies = null;
     ProxyCount = 0;
     Shape = null;
     Filter = new Filter();
 }
Exemplo n.º 2
0
 public Fixture()
 {
     m_userData = null;
     m_body = null;
     m_next = null;
     m_proxies = null;
     m_proxyCount = 0;
     m_shape = null;
     m_filter = new Filter();
 }
Exemplo n.º 3
0
 public FixtureDef()
 {
     Shape = null;
     UserData = null;
     Friction = 0.2f;
     Restitution = 0f;
     Density = 0f;
     Filter = new Filter();
     IsSensor = false;
 }
Exemplo n.º 4
0
 public FixtureDef()
 {
     shape = null;
     userData = null;
     friction = 0.2f;
     restitution = 0f;
     density = 0f;
     filter = new Filter();
     isSensor = false;
 }