public Fixture() { UserData = null; Body = null; Next = null; Proxies = null; ProxyCount = 0; Shape = null; Filter = new Filter(); }
public Fixture() { m_userData = null; m_body = null; m_next = null; m_proxies = null; m_proxyCount = 0; m_shape = null; m_filter = new Filter(); }
public FixtureDef() { Shape = null; UserData = null; Friction = 0.2f; Restitution = 0f; Density = 0f; Filter = new Filter(); IsSensor = false; }
public FixtureDef() { shape = null; userData = null; friction = 0.2f; restitution = 0f; density = 0f; filter = new Filter(); isSensor = false; }