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

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

            return(null);
        }
Beispiel #2
0
		public EventListenerPhysicsContactWithShapes Clone()
		{
			EventListenerPhysicsContactWithShapes obj = new EventListenerPhysicsContactWithShapes(_a, _b);
			if (obj != null)
				return obj;

			return null;
		}