Class KinematicBodyPtr


  • public class KinematicBodyPtr
    extends java.lang.Object
    Ptr stores a pointer and optionally takes ownership of the value.
    • Constructor Detail

      • KinematicBodyPtr

        public KinematicBodyPtr​(long cPtr,
                                boolean cMemoryOwn)
      • KinematicBodyPtr

        public KinematicBodyPtr()
        Default constructor yielding a NULL-pointer.
      • KinematicBodyPtr

        public KinematicBodyPtr​(KinematicBody ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.