set method

void set(
  1. PhysicsConstraintPose pose
)

Implementation

void set(PhysicsConstraintPose pose) {
  SpineBindings.bindings.spine_physics_constraint_pose_set(_ptr, pose.nativePtr.cast());
}