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