Beispiel #1
0
        public EventListenerPhysicsContactWithBodies Clone()
        {
            EventListenerPhysicsContactWithBodies obj = new EventListenerPhysicsContactWithBodies(_a, _b);

            if (obj != null)
            {
                return(obj);
            }

            return(null);
        }
Beispiel #2
0
		public EventListenerPhysicsContactWithBodies Clone()
		{

			EventListenerPhysicsContactWithBodies obj = new EventListenerPhysicsContactWithBodies(_a, _b);
			if (obj != null)
				return obj;

			return null;
		}