ArrayPhysicsConstraint.fromPointer constructor

ArrayPhysicsConstraint.fromPointer(
  1. Pointer<spine_array_physics_constraint_wrapper> ptr, {
  2. bool ownsMemory = false,
})

Implementation

ArrayPhysicsConstraint.fromPointer(Pointer<spine_array_physics_constraint_wrapper> super.ptr,
    {bool ownsMemory = false})
    : _ownsMemory = ownsMemory;