UnityEngine.HingeJoint.INTERNAL_set_motor C# (CSharp) Method

INTERNAL_set_motor() private method

private INTERNAL_set_motor ( JointMotor &value ) : void
value JointMotor
return void
        private extern void INTERNAL_set_motor(ref JointMotor value);
        [MethodImpl(MethodImplOptions.InternalCall)]