Module org.dyn4j
Package org.dyn4j

Interface DataContainer

    • Method Detail

      • setUserData

        void setUserData​(Object data)
        Sets the custom user data to the given data.
        Parameters:
        data - the user data
      • getUserData

        Object getUserData()
        Gets the custom user data.
        Returns:
        Object will return null if not set